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

后端 未结 7 1599
北荒
北荒 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:38

    I met the same problem these days, working under Win7, VS2010, and developing a Silverlight solution with 10+ projects. It takes about 3 minutes to launch IE, and waits 3 minutes to get back VS after closing IE. I overcame the problem by trying different ways. But the only valuable method:

    1. Unload all projects not for debug
    2. Start debug the solution (it works normal )
    3. Reload other projects
    4. VS works normal here. (VS works normal)

    It seems the problem is just related with the VS environment on my side. It has nothing to do with ASP.NET Development Server or IIS.

提交回复
热议问题