iyogi Great Tech Support Good Karma
Call +877 466 7165
rss entries

How To Install IIS On Windows 7?

PoorAverageGoodVery GoodExcellent (No Ratings Yet)
Loading ... Loading ...
By Ankit Srivastava,Wednesday, December 2nd, 2009

Tags: ,

install iisInternet Information Services

Microsoft IIS or Internet Information Services, also known as Internet Information Server, is a set of Internet based services for servers designed by Microsoft to be used with Microsoft operating system.

It is the world’s second-most famous web server only after the Apache HTTP Server. The servers offer services for File Transfer Protocol, SMTP for e-mail and HTTP/HTTPS for web server.

In this article we will show you how to install the Microsoft IIS Webserver on Windows 7 computer. Remember, this tool is not available for Microsoft Windows 7 Home edition as Microsoft believes the Home Edition was not meant for computer networking.

So, in order to avail this feature you must must have the Windows 7 Professional edition or the Ultimate installed on your system for installing the IIS Webserver. You will also be required the Windows 7 installation disk.

Let’s quickly install this service with the help of given steps:

STEP 1. Insert the Windows 7 Ultimate or Windows 7 Professional DVD into your DVD-Rom Drive.
STEP 2. Navigate to Start > Control Panel > Programs.
STEP 3. From the dialog box that appears, click on Turn Windows features on or off.
STEP 4. This opens another dialog box that displays a list of many Windows related services.
STEP 5. Check the box for ‘Internet Information Services (IIS)‘ leaving all the default installation settings intact. If you would like to install additional services, then expand each option and select them.

STEP 6. Once IIS is installed on your system you can view your home page in a web browser by typing ‘http://localhost’ you can type computer name instead of local host into the address bar of your web browser.

Call +8774667165 or visit http://windows7.iyogi.net/migration/.

James Says:
January 28th, 2010

Unfortunately, with a fresh install of windows 7 x64 professional, this just doesn’t work. I receive no error messages, but I navigate to http://localhost/, and receive a 404 not found error.

 
January 29th, 2010

Create a Web Site (IIS 7)

When you want to publish content for access over the Internet or an intranet connection, you can add a Web site to your Web server to hold the content.
During IIS 7 installation, a default Web site configuration is created in the \Inetpub\Wwwroot directory on your Web server. You can either use this default directory to publish your Web content, or create a directory at a file system location of your choice.
When you add a Web site in IIS 7, a site entry is created in the ApplicationHost.config file. The entry specifies the network binding for the site, maps the site to a location in the file system, and optionally specifies user credentials for content access.
To add a Web site
You can perform this procedure by using the user interface (UI), by running Appcmd.exe commands in a command-line window, by editing configuration files directly, or by writing WMI scripts.
User Interface
To use the UI
1. Open IIS Manager. For information about opening IIS Manager, see Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7).
2. In the Connections pane, right-click the Sites node in the tree, and then click Add Web Site.
3. In the Add Web Site dialog box, type a friendly name for your Web site in the Web site name box.
4. Click Select if you want to select a different application pool than the one listed in the Application Pool box. In the Select Application Pool dialog box, select an application pool from the Application Pool list and then click OK.
5. In the Physical path box, type the physical path of the Web site’s folder, or click the browse button (…) to navigate the file system to find the folder.
6. If the physical path that you entered in step 5 is to a remote share, click Connect as to specify credentials that have permission to access the path. If you do not use specific credentials, select the Application user (pass-thru authentication) option in the Connect As dialog box.
7. Select the protocol for the Web site from the Type list.
8. The default value in the IP address box is All Unassigned. If you must specify a static IP address for the Web site, type the IP address in the IP address box.
9. Type a port number in the Port text box.
10. Optionally, type a host header name for the Web site in the Host Header box.
11. If you do not have to make any changes to the site, and you want the Web site to be immediately available, select the Start Web site immediately check box.
12. Click OK.

 
Leave a Reply