Site Inaccessible if customerrors="RemoteOnly"

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.
11/15/2012 5:01:52 AM
Gravatar
Total Posts 6

Site Inaccessible if customerrors="RemoteOnly"

Yesterday I was tinkering with my new install of mojoPortal.  I added a blog to the home page, after adding a couple other modules, making a few other changes, and having gotten the jquery-ui skin how I liked it thanks to some help in the skin forum.  I have no idea what I did wrong, but suddenly I kept getting the generic asp.net error page.  I went into web.config and switched customerrors off, and got in.  But with customerrors off, the site works fine.  It gives me no indication of what the error is.  Switching it back to RemoteOnly, instead of the generic asp.net error page, I now get GoDaddy's generic error page.

I'm no web developer, so when it comes to web development, I may as well be lost in a wet paper bag, but I figured at least turning customerrors off it would give me an error that I could look up, but no, the site works fine.  Should I leave it this way, or is there a problem with that?  But that doesn't solve the underlying problem.

But then after that, another problem cropped up.  The sign out link stopped working.  Just quit.  Click it and it brings me back to the home page still logged in.  =/

New web site, still in the tinkering mode, still has the site closed message up, so I deleted the database, created new, and reinstalled the mojoPortal.  You'd think that might help.  Nope.  The link problem is solved now, but if I set customerrors to RemoteOnly, I still get the GoDaddy generic error page.  Not the error page that it is told to redirect to, but GoDaddy's error page.

Should I worry about it?

11/15/2012 8:30:54 AM
Gravatar
Total Posts 18409

Re: Site Inaccessible if customerrors="RemoteOnly"

If you make a typo or mistake in Web.config it will cause you site to fail to load. Are you sure you are not chanigng something incorrectly?

ie commenting things out can be dangerous, if you wrap a comment around something that already has a comment it will break it.

You can also review errors in the mojoPortal log.

11/15/2012 9:41:39 AM
Gravatar
Total Posts 6

Re: Site Inaccessible if customerrors="RemoteOnly"

The content that belongs here is too complex to display securely.
11/15/2012 12:24:36 PM
Gravatar
Total Posts 18409

Re: Site Inaccessible if customerrors="RemoteOnly"

Hi,

Is your log truncating the messages? What event message is there for that out of sequence event?

If your log is truncating see this article for some settings you can change in log4net.config in the root to solve it.

Hope that helps,

Joe

 

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