Hi,
We would recommend trying a couple of things:
- Try replacing "Response.Write(HttpContext.Current.IsDebuggingEnabled);" with "Response.Write(HttpContext.Current.IsDebuggingEnabled
.ToString());" in the Application_Error();
- To see detailed exception information please make sure you access your page using htpp://localhost or
http://127.0.0.1. Alternatively change the value of <customErrors> section in the web.config to allow remote users see exception information;
- Finally, try the same scenario with IIS - we would like to be sure the issue is caused by UltiDev Cassini before we go deeper into troubleshooting.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.