Unable to find Project on server. Unable to set server into correct debugging sate automatically. you may not be able to debug asp pages. Do you want to continue launching the debugger.
I am experience this problem in debugging ASP code in Visual Interdev.
My development system architucutre is like this.
I use COM Components for Business Logic.
ASP And HTML for display and processing.
I have Windows 2000 Server On which I have IIS setup and Also Visual Inter dev, VB.
My source code is in Visual Source safe repository on other machine, I connect to source safe while creating the project in visual Interdev in Local Mode and download the code in to my local system. ( I have Admin right on the source safe system as well as window 2000 server). I followed the below link to setup Visual Interdev to run for ASP pages in debug mode.
I did load all the necessary software and also given necessary permissions.
I have other system with the same environment which works well in debug mode having the same above setup, the only difference I see when I run the project in visual Interdev I get the message.
Unable to set server into correct debugging sate automatically. you may not be able to debug asp pages. Do you want to continue launching the debugger.
when I click ok, it runs fine and stops at break point,
But the system I am have problem display the following message
Unable to find Project on server. Unable to set server into correct debugging sate automatically. you may not be able to debug asp pages. Do you want to continue launching the debugger.
The only difference I see in both the messages is "Unable to find Project on server." And the control doesn’t stop at break point it just displays the login page with out stopping.
Appreciate in helping me in resolving this issue.
I am experience this problem in debugging ASP code in Visual Interdev.
My development system architucutre is like this.
I use COM Components for Business Logic.
ASP And HTML for display and processing.
I have Windows 2000 Server On which I have IIS setup and Also Visual Inter dev, VB.
My source code is in Visual Source safe repository on other machine, I connect to source safe while creating the project in visual Interdev in Local Mode and download the code in to my local system. ( I have Admin right on the source safe system as well as window 2000 server). I followed the below link to setup Visual Interdev to run for ASP pages in debug mode.
I did load all the necessary software and also given necessary permissions.
I have other system with the same environment which works well in debug mode having the same above setup, the only difference I see when I run the project in visual Interdev I get the message.
Unable to set server into correct debugging sate automatically. you may not be able to debug asp pages. Do you want to continue launching the debugger.
when I click ok, it runs fine and stops at break point,
But the system I am have problem display the following message
Unable to find Project on server. Unable to set server into correct debugging sate automatically. you may not be able to debug asp pages. Do you want to continue launching the debugger.
The only difference I see in both the messages is "Unable to find Project on server." And the control doesn’t stop at break point it just displays the login page with out stopping.
Appreciate in helping me in resolving this issue.