Stop VS2010 by asking about reassigning the URL when loading the solution

I have a solution with several web applications in it. After switching to VS2010, he continues to ask me if I want to redirect the URL of the web application to the physical location of the solution (which is different, since there are several versions in development). Most of the time I want to just run gui, and I don't care about the web side. This is rather annoying as it blocks the solution loading.

How can I make him stop asking me about it every time I download a different version of the solution?

+5
source share
3 answers

Have you tried installing the latest VS 2010 service pack?

fooobar.com/questions/1125884/... ( , ), http://www.microsoft.com/en-us/download/details.aspx?id=23691.

+3

, , - ( ) ( ) -, .

+1

IIS ( → ), . :

  • , IIS; - VS (Cassini).
  • On the same tab, uncheck "Apply server settings to all users (save to project file)"
  • Save, register and sync everywhere.

In fact, even choosing to use IIS Express in the above sequence can also do the job.

+1
source

All Articles