- In , open Control Panel and then click Programs.
- Under Programs and Features, click Turn Windows features on or off.
Note If Control Panel is set to display in Classic view, click Programs and Features,
and in then in the left pane, click Turn Windows features on or off. - The Windows Features dialog box is displayed.Expand Internet Information Services.
- Expand Web Management Tools, expand IIS 6 Management Compatibility, and then select the IIS 6 Metabase and IIS 6 configuration compatibility check box.
- Expand World Wide Web Services, expand Application Development Features, and then select the ASP.NET check box.
NoteThe options that are required for Web application development will automatically
be select - 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.
- Expand the World Wide Services, expand the Common HTTP Features then check the Static Content.
- Click OK to start the IIS and ASP.NET installation process.
- When the configuration process finishes, close Control Panel.
- 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.
Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Tuesday, December 27, 2011
Installing IIS 7 on Windows Vista and Windows 7
Subscribe to:
Posts (Atom)
Popular Posts
-
What is SQL Injection SQL Injection is one of the most dangerous possible attacks we have to deal with as a web application developer, a...
-
For MVC Interview Questions Part 2 refer below link: http://challadotnetfaq.blogspot.co.uk/2013/12/mvc-interview-questions-and-answers_...
-
Qlikview developer, Designer and admin interview questions (Qlikview developer, Designer and admin FAQ’S) 1. Difference between Set ...
-
. Following code is useful to delete duplicate records. The table must have identity column, which will be used to identify the duplicate re...
-
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...