喜
我正在使用Visual Studio 2010开发一个ASP.NET MVC网站.该站点是使用本地内置的ASP.NET开发服务器从本地计算机构建和运行的,该数据库位于网络上.
问题是加载或重新加载页面非常慢,看看这个场景:
知道为什么这么慢吗?
最好的祝福
编辑:我发现这只会发生我的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
尝试一下,让我/我们知道它是否有帮助!我听说过很多这个问题.