Error Message when trying to Debug/Run

_2bNvUs

New member
Joined
Jul 21, 2003
Messages
2
Location
Birmingham
I get the following error when I try to run my application without Debug.

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Windows" />
Line 26:
Line 27:

Source File: C:\Inetpub\website\HelloWorld\web.config Line: 25


I cant seem to run it with debug, I keep getting an error message. When I run it with out debug I get the one above. I have followed instructions on editing the machine.config file to run as Local Administrator and have added that user to the securities in my temporary.net files Folder. Its really giving me a headache especially since I am new to .Net

Any help would be greatly appreciated.

2bNvUs
 
I checked the web.config file to make sure that debug is set to true, and it was.

In the machine.config file, Studio.NET Help told me to change the user name and password parameters in the processModel tag to a local administrator and add that user to the Temporary .Net Files folders security policy, which I did, but still get the same error message.
 
Back
Top