1

我在 VS2012(Windows 7 64 位)中创建了全新的 ASP.NET MVC 4 应用程序。当我使用 IIS Express 8 运行应用程序时,我的应用程序没有启动。使用 FireBug,我注意到无法传递“site.css”文件,因为 HTTP GET 请求挂起。

我在 IIS 日志中没有找到对这些文件的任何请求:

#Software: Microsoft Internet Information Services 8.0
#Version: 1.0
#Date: 2013-04-12 17:39:15
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 
2013-04-12 17:39:15 ::1 GET / - 57178 - ::1 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:20.0)+Gecko/20100101+Firefox/20.0 - 200 0 0 7163 
2013-04-12 17:39:15 ::1 GET /Scripts/modernizr-2.5.3.js - 57178 - ::1 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:20.0)+Gecko/20100101+Firefox/20.0 http://localhost:57178/ 304 0 0 2 
2013-04-12 17:39:15 ::1 GET /favicon.ico - 57178 - ::1 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:20.0)+Gecko/20100101+Firefox/20.0 - 304 0 0 14 
2013-04-12 17:39:39 ::1 GET / - 57178 - ::1 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:20.0)+Gecko/20100101+Firefox/20.0 - 200 0 0 5

顺便说一句,在 Visual Studio 开发服务器上,该应用程序运行良好。将不胜感激任何想法和帮助。

4

0 回答 0