[Solved] ASP.NET MVC Debugging Very Slow – SQL Server Express Connection Issue?


I finally solved the problem by rebuilding my TCP/IP stack, using Netshell from a Command Prompt window. Apparently I was getting a TCP/IP timeout.

netsh int ip reset c:resetlog.txt 

http://support.microsoft.com/kb/299357

1

solved ASP.NET MVC Debugging Very Slow – SQL Server Express Connection Issue?