Why is the ASP.NET/Visual Studio Web Development Server so slow?

后端 未结 7 1598
北荒
北荒 2020-12-24 12:06

\"Compiling(xkcd)

I know that compiling nowadays is much faster than it was before. Yet, for me, it se

7条回答
  •  悲哀的现实
    2020-12-24 12:40

    This is actually a known performance issue with MVC, caused by throwing a ton of exceptions internally on startup. If you have IntelliTrace turned on, this will wreck havoc with it. Try disabling IntelliTrace and see if that improves it at all.

    Source: http://connect.microsoft.com/VisualStudio/feedback/details/535799/debugging-mvc-is-very-very-slow

提交回复
热议问题