To install IIS, you will need to turn on Internet Information Services feature.
The next step to get ASP.NET running is to enable ASP.NET. Prior to Windows 8, we used to run aspnet_regiis /i command. Unfortunately, this command no longer works. I have tried the following command instead to get ASP.NET enabled.
dism /online /enable-feature /all /featurename:IIS-ASPNET45
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.