404 page handler not working

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/8/2010 1:46:33 PM
Gravatar
Total Posts 18439

Re: 404 page handler not working

Well you asked about the code so I wondered if you were using the code. What you may not understand is that all the code is compiled ahead of time, it is not the same as a scripting language where the code just exists in text files and is interpreted at runtime, like in PHP or Classic ASP where you can just edit a file to make changes if you knew how you, but in this case there is no way to make changes in the deployment package even if you did know how to change the code, there is no C# code in the deployment packages, only dlls. So to make a code change would require working with the source code in Visual Studio then re-compiling after making changes then packaging and deploying the build without the source code.

But, I digress, I do not know why it is not working for you and would be interested to hear if anyone else is having this issue on Win 2003. I ran mojoportal.com for about 2 years until recently on win2003 and the page not found module worked fine for me and no-one else ever reported issues with it so I have no idea why it is not working for you.

Best,

Joe

3/8/2010 1:56:01 PM
Gravatar
Total Posts 18439

Re: 404 page handler not working

Do you see any other possibly related errors in your log?

Do you get the same results if you use a different skin?

It does not appear to be serving the IIS 404 page, it seems more like it is serving no page at all or a page with no html.

Is it possible you have overridden this setting:

<add key="Custom404Page" value="/PageNotFound.aspx" />

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