Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS 2003 debugging issue

Status
Not open for further replies.

JScannell

Programmer
Jan 9, 2001
306
US
This has me going around and arounde. I have a VS 2003 project that can be built and deployed without issues. however, while in the IDE, I can't run with debug. I get a popup that says: "Unable to find project on the Web server. Unable to set server into correct debugging state automatically. you may not be able to debug ASP pages. Do you want to continue launching the debugger?"

To the best of my knowledge, this is what needs to be done:
1) Setup IIS to point to a folder within the project's path.
2) Modify the file <project>.csproj.webinfo so it contains a line similar to: <Web URLPath = " />

localhost would translate to the home page folder setup in IIS and any additional folders to get to the actual project file would follow.

I've done this and I can't figure out what's wrong. Please help !!

Thanks in advance,

Jerry Scannell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top