Server Error in '/' Application

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.
4/12/2010 3:34:53 PM
Gravatar
Total Posts 7

Server Error in '/' Application

i tried to install mojoportal on my server in the subfolder "portal" (not in the main root). when i tried to open the installation page, i got the following error. what does it mean?

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 774:
Line 775: -->
Line 776: <machineKey validationKey="55BA53B475CCAE0992D6BF9FE463A5E97F00C6C16DA3D7DF9202E560078AB501643C15514785FEE30FEF26FC27F5CE594B42FFCA55452EF90E8A056B4DAE9F39" decryptionKey="939232D527AC4CD3E449441FE887DA110A16C1A36924C424CBAAE3F00282436C" validation="SHA1" decryption="AES" />
Line 777: <!--
Line 778: The above key is better so I changed it, but leaving this one here


Source File: D:\Inetpub\webs\levrierolanpartyit\portale\web.config Line: 776

Show Additional Configuration Errors

Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

4/13/2010 9:02:36 AM
Gravatar
Total Posts 18439

Re: Server Error in '/' Application

You didn't provide any details of OS or what version of IIS.

The sub folder has to be configured as an application as described in the error, it can't just be a normal folder.

If the folder is configured as an application, you can still have conflicts because of the presence of another Web.config file in the root of the web site, but these issues can usually be mitigated.

Hope it helps,

Joe

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