简体   繁体   中英

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. A .NET application won't run without the Framework.

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.

Yes, as the .NET framework is what allows a .NET application to be utilized. Here is a complete guide from Microsoft: http://msdn.microsoft.com/en-us/library/ms178477.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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