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.
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!
I changed your web.config setting from
<httpErrors errorMode="DetailedLocalOnly" defaultResponseMode="ExecuteURL" defaultPath="Error.htm">
to simply
<httpErrors>
and it worked...