error handling and recent net security problem

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/19/2010 10:22:46 AM
Gravatar
Total Posts 125

error handling and recent net security problem

Hello.

While the solution suggested in the blog entry

 

<customErrors mode="On" redirectMode="ResponseRewrite" defaultRedirect="~/ErrorPage.aspx">
   
  </customErrors>
 

works well for ASPX pages, now my old (asp) pages from previous website show all details available in errors. example

 

www.zzzzz.com/about.asp

or even

www.zzz.com/about (with no extension).

 

Any ideas how i can turn this totally off ?

thanks

You must sign in to post in the forums. This thread is closed to new posts.