Custom 404 page for non .aspx files?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
9/6/2012 3:49:03 PM
Gravatar
Total Posts 62

Custom 404 page for non .aspx files?

Hi,

I found the commented out setting in web.config file to enable 404 page for non aspx files, but it doesn't seem to work as expected on IIS 7.5. I get 500 Internal Server Error when I use it. Any idea?

Found here here: http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=7&thread=9939&pagenumber=1

 Thank you!

9/6/2012 4:22:31 PM
Gravatar
Total Posts 62

Re: Custom 404 page for non .aspx files?

I changed your web.config setting from

 

<httpErrors errorMode="DetailedLocalOnly" defaultResponseMode="ExecuteURL" defaultPath="Error.htm">

to simply

<httpErrors>

and it worked...

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