Thursday 23 October 2014

Install IIS

Open Control Panel
Click on Programs
Click on Turn Windows features on or off
You will get  : Windows Features dialog box.
Expand: Internet Information Searvices to install the default features
Expand: World Wide Web Services
Expand: Application Development features node and click ASP.NET 4.5 to add the features that support ASP.NET. (If you installed .NET 3.5, select ASP.NET 3.5 also.)
Click OK to close the Windows Features dialog box.
To verify that IIS installed successfully, type the following into a web browser:
http://localhost
The default IIS Welcome page is displayed.