Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've got vs2010 and vs2012 installed side by side. If I open up our MVC site in vs2010 and run it using the development web server it works fine, if I do the same thing in vs2012 I get "Server Too Busy" every single time for the first request to the site. Every request after the first request works fine.

Update: I've noticed in vs2012 it only happens of the project needs to build. If I haven't made any changes, ie the project doesn't need to build and I hit F5 to start it up and open up IE it works fine and I don't get the "Server Too Busy" message in the browser.

share|improve this question
2  
I haven't figured this out yet, but it might be related to vs2010 and vs2012 both being installed. I read one reference to someone uninstalling both and then reinstalling both and the message going away. It has not been annoying enough for me yet to do that though. – David Osborn Apr 22 at 13:33

1 Answer

It might be a conflit between Development Server and IIS Express, I remember getting this problem at school with some projects when VS2012 was installed.

Try checking the asp.net forum on the correct answer of the post: IIS Express vs. Development Server

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.