简体   繁体   English

使用IIS 7.5,Windows Server 2008 R2和.net Framework 4.5托管网站

[英]Host Website using IIS 7.5 ,Windows server 2008 R2 and .net framework 4.5

I have a windows server 2008 R2 SP1 and iis 7.5 Machine.we are developed .net framework 4.5 using web application. 我有Windows Server 2008 R2 SP1和IIS 7.5 Machine.we是使用Web应用程序开发的.net Framework 4.5。

Now i faced one issue ,first i will open iis 7.5 and create one website then set physical path and available port.then click application pool config select .net framework 4.0 .after then enable the directory browsing also. 现在我遇到一个问题,首先我将打开iis 7.5并创建一个网站,然后设置物理路径和可用端口。然后单击“应用程序池配置”,选择.net framework 4.0。之后再启用目录浏览。 finally to browsing the site not work.it is not show any error always still loading site in Browser. 最终无法浏览该网站。始终在浏览器中加载网站不会显示任何错误。

But i will tried iis 7.5 but windows 7 OS in this same setting configuration site working fine. 但是我将尝试iis 7.5但Windows 7 OS在此相同的设置配置站点中可以正常工作。

so this is the problem i want host iis 7.5 and windows server 2008 r2,why does not support i don't know please help me. 所以这是我想要主机iis 7.5和Windows Server 2008 R2的问题,为什么不支持我不知道,请帮助我。

I think you should check your fire wall first. 我认为您应该首先检查防火墙。 Is port 80 opened ? 端口80是否打开?

Secondly, you should browse your website using localhost on your server (remember to add binding localhost for testing purpose), browsing on server will give you detail error than test browsing on client machine 其次,您应该使用服务器上的localhost浏览网站(请记住添加绑定的localhost以进行测试),在服务器上进行浏览会比在客户端计算机上进行测试浏览给您更多的细节错误

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

相关问题 在Windows Server 2008 R2 SP1的IIS 7.5上注册.NET 4.5的安全方法 - Secure way for registering .NET 4.5 on IIS 7.5 on Windows Server 2008 R2 SP1 在Windows Server 2008 R2上将.Net Framework与IIS集成 - integrating .Net Framework with IIS on windows server 2008 r2 DoD CAC身份验证 - 使用.NET C#,Windows Server 2008 R2,IIS 7.5的客户端证书问题 - DoD CAC Authentication - Client Certificate Issue with .NET C#, Windows Server 2008 R2, IIS 7.5 无法在Windows Server 2008 R2上的IIS7.5中使用net.pipe绑定 - Can't get net.pipe binding working in IIS7.5 on Windows Server 2008 R2 Windows Server 2008 R2上的WCF .NET 4.5 - WCF .NET 4.5 on Windows Server 2008 R2 如何使用PowerShell脚本在Windows Server 2008 R2上静默安装.NET 4.5。 - How to install .NET 4.5 silently on Windows Server 2008 R2 using powershell Script.? Windows Server 2008 R2上的.NET Framework 4 RTM - .NET Framework 4 RTM on Windows server 2008 R2 Windows 2008 R2 上的 TLS 1.2、.NET Framework 4.0 和 IIS 7.0 - TLS 1.2, .NET Framework 4.0, and IIS 7.0 on Windows 2008 R2 Windows 2008 R2附带什么版本的.Net Framework - what version of .Net Framework comes with Windows 2008 R2 SQL Server 2008 R2 - .NET Framework未处理的异常 - SQL Server 2008 R2 - .NET Framework unhandled exception
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM