dism /online /enable-feature /featurename:IIS-ISAPIFilter
dism /online /enable-feature /featurename:IIS-ISAPIExtensions
前两项可在添加角色功能界面开启
以下两行代替 aspnet_regiis -i命令
dism /online /enable-feature /featurename:IIS-NetFxExtensibility /all
dism /online /enable-feature /featurename:IIS-ASPNET /all
————————————————
版权声明:本文为CSDN博主「clon」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:
https://blog.csdn.net/clon/article/details/88978750