C
Charlie
I am running Microsoft Visual Basic .NET 69462-270-0000007-18739
I get an error while trying to run a project:
"Error trying to run project: Unable to start debugging on the
web server. The project is not configured to be debugged."
I poked around other posts & checked the items mentioned in
http://support.microsoft.com/default.aspx?scid=kb;EN-US;306156
I'm thinking it is something in the web.config file. If I try to
without debug I get the following error
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 37: by Microsoft that offers a single logon and core
profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" /> <<---This line
highlighted red
Line 40:
Line 41:
Source File: c:\inetpub\wwwroot\MIServicesTest\web.config Line: 39
ANy help or pointers appreciated.
I get an error while trying to run a project:
"Error trying to run project: Unable to start debugging on the
web server. The project is not configured to be debugged."
I poked around other posts & checked the items mentioned in
http://support.microsoft.com/default.aspx?scid=kb;EN-US;306156
I'm thinking it is something in the web.config file. If I try to
without debug I get the following error
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 37: by Microsoft that offers a single logon and core
profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" /> <<---This line
highlighted red
Line 40:
Line 41:
Source File: c:\inetpub\wwwroot\MIServicesTest\web.config Line: 39
ANy help or pointers appreciated.