Error: Project is not configured to be debugged.
From: grs (gsmith1943_at_earthlink.net)
Date: 05/25/03
- Previous message: Matjaz Ladava: "Re: NTLM Hash in ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 25 May 2003 12:52:01 -0500
I am trying to do my first asp.net program on a 2003 server running IIS.
Visual Studio 2003 is running on XP and connected to the 2003 server.
Visual studio is putting the files on the server but when I try to run I get
the error message:
"Error while trying to run project: Unable to start debugging on the web
server. "
"The project is not configured to be debugged."
Help states: Check to see that the Web.config file sets "debug" to true and
that the debug verb is associated with .aspx.
So I changed the Web.config as below and I still get the same error message.
<compilation
defaultLanguage="c#"
debug="true"
/>
Can anyone tell what to do, this is a walk-thru hello word demo from
microsoft.
Just what does "that the debug verb is associated with .aspx." mean.
thanks
If this is the wrong newsgroup please tell me which one to post in.
grs
- Previous message: Matjaz Ladava: "Re: NTLM Hash in ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|