How To Install IIS in Windows 10
On this video I will show you on how to set up and How To Install IIS in Windows 10. IIS is one of the important things to be setup by Web Developers who is using ASP.Net or ASP.Net MVC. If you have an IIS installed on your machine you can play around with it and test on how to set up your web applications.
Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family. IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default.
Wikipedia
Currently the IIS version available on Windows 10 is IIS 10.
Lets now begin our tutorial on How To Install IIS in Windows 10.
1. Click search and type “appwiz.cpl”
2. Under Program and Feature select Turn Windows features on or off
3. Look for Internnet Information Service node
4. Select and check the following options :
- Web Management Tools>IIS Management Console
- World Wide Web Services>Application Development Features>.Net Extensibility 3.5
- World Wide Web Services>Application Development Features>.Net Extensibility 4.6
- World Wide Web Services>Application Development Features>ASP.Net 3.5
- World Wide Web Services>Application Development Features>ASP.Net 4.6
- World Wide Web Services>Application Development Features>CGI
- World Wide Web Services>Application Development Features>ISAPI Extensions
- World Wide Web Services>Application Development Features>ISAPI Filters
- World Wide Web Services>Common HTTP Features>Default Document
- World Wide Web Services>Common HTTP Features>Directory Browsing
- World Wide Web Services>Common HTTP Features>HTTP Errors
- World Wide Web Services>Common HTTP Features>Static Content
5. After selecting all the necessary nodes just click OK to start the installation process.
6. Once setup is done, you can open any web browser and navigate to this URL http://localhost or http://127.0.0.1