Thursday, December 27, 2012

Install IIS on windows 7


1.Click the Start button
2.Click Control Panel.
3.Click Programs and Features, and then click Turn Windows features on or off.
If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
4.In the list of Windows features, select Internet Information Services, and then click OK.
5.The Windows Features dialog box is displayed.Expand Internet Information Services.
6.Expand Web Management Tools, expand IIS 6 Management Compatibility, and then select the IIS 6 Metabase and IIS 6 configuration compatibility check box.
7.Expand World Wide Web Services, expand Application Development Features, and then select the ASP.NET check box.
The options that are required for Web application development will automatically be select.
8.Expand World Wide Web Services, expand Security, and then select the Windows Authentication check box. To enable Visual Studio to debug applications, you must configure IIS 7.0 with the Windows Authentication module. By default, the module is not configured as part of IIS.
9.Expand the World Wide Services, expand the Common HTTP Features then check the Static Content.
10.Click OK to start the IIS and ASP.NET installation process.
11.When the configuration process finishes, close Control Panel
12.After clicking OK button it will take some time to install IIS and others features on your computer. After doing this you need to be sure that every thing is OK! for this open your browser and navigate to http://localhost. If you can see the following page then every thing is OK.

No comments:

Post a Comment