HTTP Error 500.19 - Internal Server Error

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.
8/14/2009 7:03:45 AM
Gravatar
Total Posts 22

HTTP Error 500.19 - Internal Server Error

Hy all,

I have this very big problem when opening default.aspx from Setup folder of mojo Portal instalation:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information
Module CustomErrorModule
Notification SendResponse
Handler Not yet determined
Error Code 0x8007000d
Config Error Configuration file is not well-formed XML
Config File Unavailable (Config Isolation)
Requested URL http://localhost:80/hsps/hsps/Setup/Default.aspx
Physical Path
Logon Method Not yet determined
Logon User Not yet determined

Config Source
-->

I'm using Vista SP1 and MsSQL database. PLEASE HELP!!!!

8/14/2009 8:07:23 AM
Gravatar
Total Posts 18439

Re: HTTP Error 500.19 - Internal Server Error

Hi,

Possibly you have a corrupted web.config file or made an error editing it.

Also it looks like you are trying to run mojoportal 2 levels deep like http://localhost:80/hsps/hsps/Setup/Default.aspx

Its designed to run either as a root web site or as an application 1 folder deep not 2 folders deep. 

So the url should be http://localhost:80/ or http://localhost:80/hsps/ but not http://localhost:80/hsps/hsps/

Hope it helps,

Joe

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