2

I am testing an ASP.NET, MVC, C# project in Visual Studio, when I try to launch it, it is taking forever to come up. It is also taking forever to stop after I try to stop debugging. Is there some tool or utility I can use to see where the hold up is?

Thanks!

5
  • 1
    Try deleting .suo file Commented Feb 21, 2013 at 13:12
  • Is your project hosted in IIS or local Visual studio intergrated IIS? Commented Feb 21, 2013 at 13:13
  • Try this: stackoverflow.com/a/590847/137615. I used this solution and it helped me. Commented Feb 21, 2013 at 13:16
  • Hey Jeroen, I'm not sure how to tell the difference for what you ask. Could you clarify? Thanks! Commented Feb 21, 2013 at 13:17
  • 1
    If your url looks something like this when you're debugging http://localhost:52578/ you're probably using the built-in Cassini web server from VS. If you've set up IIS Express on your machine and configured VS to use it then you're using "local Visual Studio integrated IIS", if you're hosting your application on a development server running IIS that would be "hosted IIS" Commented Feb 21, 2013 at 19:47

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.