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

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

相关文章

### 创建一个gRPC服务项目(grpc服务端)和一个 webapi项目(...
一、SiganlR 使用的协议类型 1.websocket即时通讯协议 2.Ser...
.Net 6 WebApi 项目 在Linux系统上 打包成Docker镜像,发布为...
一、 PD简介PowerDesigner 是一个集所有现代建模技术于一身的...
一、存储过程 存储过程就像数据库中运行的方法(函数) 优点:...
一、Ueditor的下载 1、百度编辑器下载地址:http://ueditor....