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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Debuging from from VS2003

Status
Not open for further replies.

vituja123

Programmer
Jun 16, 2005
110
US
Hi All,


I have a test server running the latest version of IIS and .netframework 1.1. Dotnet apps copied there from VS work fine.

My workstation has VS2003 installed. But when I create a new app on that server then press F5 to debug it from my PC, I get: "Error while trying to run project: Unabel to start dbugging on the web server. The RPC server is unavailable."

The server has the debugger installed, or so I think. I followed these stesp and the install on the server went fine:
But I still get this error. Has anyone come accross this before and have a solution?

The RPC service is running on the server.
 
Yes, I think you need to install IIS on the workstation
Look in control panel / add remove programs /Windows components ... you will see IIS
This only is on Windows XP Pro not Windows XP Home

If you have it installed then look at getting .NET 1.1 download from Microsoft.com the default is 1.0
here is the link...



DougP, MCP, A+
 
Hi DougP,

I have IIS on my workstation and if the app is local, it debugs fine.

But if I create an solution on a remote server, then I press F5 to run/debug, I get:

"Error while trying to run project: Unable to start debugger on the web server. The RPC server is unavailable.
 
Do most of you debug asp.net locally then copy the files to a production or staging area later?
 
That is how I do it. Not sure if most people do, but it does make things easier.
 
Interesting. I checked out the link DougP, it helped me to understand what is happening.

But it seems natural to debug locally. I guess I'll stick to doing that way.

Thanks for everyone's help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top