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
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