[Mono-list] WebServices in Mod_mono Apache

Marek Habersack grendello at gmail.com
Mon May 7 03:11:19 EDT 2007


On Fri, 4 May 2007 09:59:03 -0300, "Marco Aurelio V. da Silva"
<marcoprodata at yahoo.com.br> scribbled:

> Dears
[snip]
> <!-- Web.Config Configuration File -->
> 
> <configuration>
>     <system.web>
> 
>         <customErrors mode="Off"/>
>     </system.web>
> </configuration>
> 
> 
> Notes: The current error page you are seeing can be replaced by a custom 
> error page by modifying the "defaultRedirect" attribute of the application's 
> <customErrors> configuration tag to point to a custom error page URL.
> 
> <!-- Web.Config Configuration File -->
> 
> <configuration>
>     <system.web>
>         <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
> 
>     </system.web>
> </configuration>"
For this error you need to follow the instructions given and then post the
backtrace here.

> in other webservice i have this error:
> Server Error in '/webasp/website2' Application
> 
> The section <roleManager> can´t be defined in this configuration file (the 
> allowed definition context is
> 'MachineToApplication').()(line193)
> Description: Error processing request.
[snip]
> What to Make ?
This bug is fixed in the svn trunk as well as in the 1.2.4 prerelease
snapshots. Please download the latest 1.2.4 preview version and test your
application with it. If it still doesn't work, let us know.

regards,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20070507/32275313/attachment.bin 


More information about the Mono-list mailing list