Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LlowDefinition='MachineToApplication' beyond application
Message
From
07/09/2016 13:03:50
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
LlowDefinition='MachineToApplication' beyond application
Environment versions
Environment:
C# 4.0
Miscellaneous
Thread ID:
01640575
Message ID:
01640575
Views:
66
Hi,

I've just compiled a new version of my web application and uploaded the dll and updated aspx files to the host (GoDaddy). Now when I try to access the site (which was working immediately before) I get this:
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: 


An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Source File: G:\PleskVhosts\lallcus.com\SISTracking\web.config    Line: 112 

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1069.1
Line 112 is the trust level="Full" line in this section:
  <location path="Default.aspx" allowOverride="false">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
      <trust level="Full" />
    </system.web>
  </location>
Any ideas what could be causing this? The application runs fine on my local host and used to run fine with the same web.config.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform