[Mono-list] xsp and xsp2 errors

Robert Jordan robertj at gmx.net
Sat Aug 25 13:47:00 EDT 2007


Hi,

Azher Amin wrote:
> I am trying to port a .NET application and while running xsp directly
> here is the error. If i run xsp2 then errors are generated, placed at
> the end. Plz suggest what could be wrong.

[...]

> Exception rethrown at [0]:
>  ---> System.Configuration.ConfigurationErrorsException: Unrecognized
> configuration section <system.webServer> ()
> (/var/www/html/aspx/web.config line 83)

Mono does not support the <system.webServer> configuration section.
Remove it from web.config, line 83 up to </system.webServer> ;-)

Robert



More information about the Mono-list mailing list