I'm moving some code from my old pc. I'm using VS NET 2003 C# and MSSQL 2003. Everything is in place, but I'm receiving this error messages.
thansk for you help...
Here is the error message:
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 ='MachineToAppl ication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 39: by Microsoft that offers a single logon and core profile services for member sites.
Line 40: -->
Line 41: <authenticati on mode="Windows" /
Line 42:
Line 43: <!-- AUTHORIZATION
Source File: c:\inetpub\wwwr oot\application 1\web.config Line: 41
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300
thansk for you help...
Here is the error message:
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 ='MachineToAppl ication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 39: by Microsoft that offers a single logon and core profile services for member sites.
Line 40: -->
Line 41: <authenticati on mode="Windows" /
Line 42:
Line 43: <!-- AUTHORIZATION
Source File: c:\inetpub\wwwr oot\application 1\web.config Line: 41
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300
Comment