简体   繁体   English

ASP.NET页将无法在Win7 x64上的IIS7上启动

[英]ASP.NET page will not start on IIS7 on Win7 x64

I try to run a simple "Hello World" ASP.NET web site on my system, but te page does not start (it is not accessible via "localhost/virt_dir/default.aspx"). 我尝试在我的系统上运行一个简单的“ Hello World” ASP.NET网站,但是te页面无法启动(无法通过“ localhost / virt_dir / default.aspx”进行访问)。 I have reinstalled framework, run the aspnet_regiis.exe -i command, .... 我已经重新安装了框架,运行aspnet_regiis.exe -i命令,...。

I don't know where is the problem ... :S 我不知道问题出在哪里...:S

I have been able to publish the same web page on winXP using IIS6 我已经能够使用IIS6在winXP上发布相同的网页

Try to change the application mode to classic pipeline. 尝试将应用程序模式更改为经典管道。 You can do that by clicking on the "Application Pools", finding your application pool and clicking "Basic Settings on the right menu. In the dialog window choose "Classic" option in the "Managed pipeline mode" drop-down. 您可以通过单击“应用程序池”,找到您的应用程序池,然后单击右侧菜单上的“基本设置”来实现。在对话框窗口中,从“托管管道模式”下拉列表中选择“经典”选项。

Also maybe you need to create an entry in your hosts file for your site host name pointing to 127.0.0.1 另外,也许您需要在主机文件中为指向127.0.0.1的站点主机名创建一个条目。

If this is not the problem, please provide more information like what screen is shown when you try to browse the site and so on. 如果这不是问题,请提供更多信息,例如尝试浏览该网站时显示的屏幕等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure ASP.NET MVC角色页面将无法在Win7 x64的IIS7上启动 - Azure ASP.NET MVC Role page will not start on IIS7 on Win7 x64 无法在Win7 64位上安装IIS7和ASP.NET 3.5 - Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit 在Win7 x64上的IIS 7.5上使用Oracle ODAC11.2.0.1.0从ASP.NET应用程序消耗SSRS 2008R2 x64报告 - Consume SSRS 2008R2 x64 report from ASP.NET app using Oracle ODAC11.2.0.1.0 on IIS 7.5 (Enabled 32 bit apps) on Win7 x64 IIS7 / Win7 .Net 4.0中ASP.Net网站的运行时问题 - Runtime problems for ASP.Net website in IIS7/Win7 .Net 4.0 无法在Web服务器上启动调试。无法启动ASP.NET调试VS 2010,II7,Win 7 x64 - Unable to start debugging on the web server. Could not start ASP.NET debugging VS 2010, II7, Win 7 x64 在IIS7(Win2008)下返回404的URL路由(ASP.NET 4 Web窗体)在IIS7.5(Win7)下返回404? - Url Routing (ASP.NET 4 Web Forms) returning 404 under IIS7 (Win2008) but OK under IIS7.5 (Win7)? 无法在Windows 7 x64上运行的IIS 7上使用VS 2008调试ASP.NET应用程序 - Unable to debug ASP.NET Applicatation using VS 2008 on IIS 7 running on Windows 7 x64 在x64 Windows Server 2008和IIS7上使用COM +的经典ASP - Classic ASP using COM+ on x64 Windows Server 2008 and IIS7 ASP.NET IIS7动态404页面 - ASP.NET IIS7 Dynamic 404 Page 自定义错误页面未显示在IIS7 ASP.NET上 - Custom error page is not displaying on IIS7 ASP.NET
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM