PRB: Unable to Find Project on Web Server or to Set Server Into Correct Debugging StateID: Q230507
|
When starting the Visual InterDev 6.0 debugger you may receive the following error:
Unable to find project on 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?
This error occurs when the targeted Web server is configured with multiple virtual servers that are assigned the same IP address and same port number. The Visual InterDev 6.0 debugger binds to the virtual server using only the IP address and port number and ignores all other information, such as the Host Header Name. If the project that you are trying to debug is on the second virtual server, the debugger is unable to find the project because it binds to the first virtual server where the project does not exist. Thus, the error message occurs. Also, this error occurs when using Visual InterDev 6.0 to debug locally or remotely.
You will need to manually attach the debugger. Please refer to the following article in the Microsoft Knowledge Base on how to manually attach the debugger:
Q196378 HOWTO: Debugging Active Server Pages Applications Manually
This behavior is by design.
Please refer to the following Web site for related debugging articles:
http://msdn.microsoft.com/vinterdev/technical/articles/debug.asp
Additional query words:
Keywords : kbVisID600 kbGrpASP kbScriptDebugger
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 15, 1999