简体   繁体   English

在IIS中托管一个ASP.NET Web应用程序

[英]Host an asp.net web application in IIS

在IIS中托管Web应用程序时出现查询:

* whether we need .net framework to be installed in the hosting machine with IIS?

SHort answer - yes, you need the .NET Framework installed. 简短答案-是的,您需要安装.NET Framework。 A .NET application won't run without the Framework. 没有Framework,.NET应用程序将无法运行。

You'll also want to make sure you set the correct framework for the web application under the ASP.NET tab, depending on what version the application was written in. 您还需要确保在ASP.NET选项卡下为Web应用程序设置了正确的框架,具体取决于编写该应用程序的版本。

Yes, as the .NET framework is what allows a .NET application to be utilized. 是的,因为.NET框架允许使用.NET应用程序。 Here is a complete guide from Microsoft: http://msdn.microsoft.com/en-us/library/ms178477.aspx 这是Microsoft的完整指南: http : //msdn.microsoft.com/zh-cn/library/ms178477.aspx

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM