简体   繁体   中英

Under IIS installation features, what is the difference between .net framework 4.7 and asp.net 4.7

Under IIS installation features, what is the difference between .net framework 4.7 and asp.net 4.7

在此处输入图像描述

.NET Framework 4.7 installs just the framework itself on the system.

ASP.NET 4.7 is equivalent to the command line of as.net_regiis -i which registers ASP.NET bits on IIS,

https://learn.microsoft.com/en-us/previous-versions/do.net.netframework-2.0/k6h9cz8h(v=vs.80)

Such separation of core framework/ASP.NET/WCF (backed by ServiceModelReg.exe ) has been widely known since .NET Framework 1.0, but sounds like that knowledge has been lost after two decades.

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