Configuration Error - Application error when trying to browse site - 500.19 - Help

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/29/2011 9:59:00 AM
Gravatar
Total Posts 36

Re: Configuration Error - Application error when trying to browse site - 500.19 - Help

We were able to resolve the url problem by:

1. commenting out the following lines in the web.config (It's already configured at the server level):

<defaultDocument>
      <files>
        <remove value="Default.aspx"/>
        <add value="Default.aspx"/>
      </files>
    </defaultDocument>

2. Resetting the Application pool.

The ul is working fine now e.g. www.mysite.ie  brings up the home page. 

Is commenting out this line OK?  I just want to make sure that this will not cause any issue with the site.  The site seems to working ok except for the help opening up in a separate page as discussed previously.

 

9/29/2011 10:01:32 AM
Gravatar
Total Posts 18439

Re: Configuration Error - Application error when trying to browse site - 500.19 - Help

sure that's alright as long as its working. seems strange that it would need to be commented out but its ok to comment it out.

Best,

Joe

9/29/2011 10:42:12 AM
Gravatar
Total Posts 36

Re: Configuration Error - Application error when trying to browse site - 500.19 - Help

Hi Joe,

I was finally dealing with the ISP's senior engineer and here is his explanation:

"You need to remove the default document details from the web.config file, this is handled from the control panel and you already have it set in the control panel.

Remove the content below from the web.config file and you should have no problems".

Well, he was correct, except it does not take effect until the application pool is reset.  Before reset 500 error on all Url's, I could not access the site at all,  after reset,  perfect.

Looks like we finally made over the finish line, albeit, about a week after we started.   I think this was the longest it has ever taken me to get a site up.. but I learned a few things.

Big thanks to you and Asad for all your support. 

Hopefully this thread might help others who might come across similar configuration issues, especially if using Blacknight shared hosting.

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