Old project - new error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My old project is giving me that error

Server Error in '/processtree' 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 44: by Microsoft that offers a single logon and core profile services for member sites
Line 45: --
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION


Source File: C:\Program Files\Microsoft Visual FoxPro 7\testarea\dotnet\treeview\processtree\processtree\web.config Line: 46
 
the first place to start is to make sure that the project is configured as a
virtual dir and correctly mapped in IIS. Is it? If it is, run the
application without using the debugger (Ctrl+F5) option
 
Back
Top