1

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.

1
  • 2
    Don't develop on a web server. Develop locally and then deploy to the remote server. Commented Aug 30, 2012 at 15:10

1 Answer 1

1

Please follow this guide:

http://www.codeproject.com/Articles/38132/Remote-IIS-Debugging-Debug-your-ASP-NET-Applicatio

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.