IIS is not installed by default on Windows 7 Professional (that's left for the programmers). As a result you have to manually set up IIS in your machine. You can use the Microsoft® Web Platform Installer (Web PI) to easily install Internet Information Services (IIS) and applications that run on IIS. To learn more about the Web PI.
Now this article deals with the manual set up of IIS.
Background
Before you begin, first ensure whether your Windows 7 supports IIS or not. Here is the list offeatures supported by different versions of Windows 7.
By default, you do not have administrative user rights if you are logged on as a user other than the built-in administrator, even if you were added to the Local Administrators group on the computer (this is a new security feature in Windows Server® 2008 called Local User Administrator). Log on either to the built-in administrator account, or explicitly invoke applications as the built-in administrator by using the runas command-line tool.
Steps
First of all, select the Control Panel.
In the Programs section, select Turn Windows Features on or off.Now, simply click on the features that are checked on the following screens and then hit the OK button.
Once the installation is over, to confirm it, simply type the following URL into your browser:http://localhost.
If installation is successful, then you will see the following screen:
Now you can use Internet Information Services Manager to manage and configure IIS. To open IISManager you can type inetmgr in search box or run inetmgr cammand and enjoy the services of IIS.
No comments:
Post a Comment