Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Open Powershell.Image Removed

 Image Added 

Run the following command to query if the service w3svc exists:

       get-service w3svc

If IIS is installed, you should see the service w3svc in the query result:Image Removed

 Image Added 

If you see the following output, it means you don't have IIS installed.Image Removed

 Image Added 

Run the following command to install IIS and ASP.NET:Dism

     Dism /Online /Enable-Feature /FeatureName:IIS-DefaultDocument /All
Dism      Dism /Online /Enable-Feature /FeatureName:IIS-ASPNET45 /All

Next: Downloading the Code Template