Lothre1
Lothre1

Reputation: 3853

ASP.NET solution stored in a remote webserver. How to debugg?

I'm working in a website using ASP.NET MVC3 framework. At the moment I've moved the solution to the remote server and since then i've been working at it using my host computer and It's VStudio 2010 IDE. I've just needed to establish a VPN connection and everything went fine, i'm even able to build the solution remotely by doing build > rebuild solution. The problem is that the default debugger from Visual Studio runs on localhost and the solution which i'm working on it's on the remote server.

So how can i set up a remote debugging of this solution/project?

Hopefuly someone knows how to help me.

Upvotes: 1

Views: 66

Answers (1)

Related Questions