asp.net-mvc – 使用Visual Studio和ASP.NET MVC加载时间非常慢?

前端之家收集整理的这篇文章主要介绍了asp.net-mvc – 使用Visual Studio和ASP.NET MVC加载时间非常慢?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我正在使用Visual Studio 2010开发一个ASP.NET MVC网站.该站点是使用本地内置的ASP.NET开发服务器从本地计算机构建和运行的,该数据库位于网络上.

问题是加载或重新加载页面非常慢,看看这个场景:

Link to image

知道为什么这么慢吗?

最好的祝福

编辑:我发现这只会发生我的Firefox,IE会更快地返回页面ALOT吗?

解决方法

http://codewut.de/content/local-iis-dev-server-firefox-slow-request-response-times

If you run into the same issue,disable IPv6 support in Firefox:
about:config -> network.dns.disableIPv6 -> true
Apparently Firefox and Microsoft Internet Information Server do not like to play together nicely on Vista without human intervention.

更多细节(以及底部链接):
http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx

尝试一下,让我/我们知道它是否有帮助!我听说过很多这个问题.

原文链接:https://www.f2er.com/aspnet/251369.html

猜你在找的asp.Net相关文章