IIS - IIS CONFIGURATION IN WINDOWS 7 - Asked By Rakesh Maurya on 03-Nov-11 01:06 PM


I need to configure the iis server in windows how can i configure please help me...

Regards,
Rakesh Maurya.
Kirtan Patel replied to Rakesh Maurya on 03-Nov-11 01:15 PM
When you install IIS, it is preconfigured to serve as a default Web site; however, you may want to change some of the settings. To change the basic settings for the Web site and to emulate the steps that are required to set up Apache for the first time by using the configuration file:

Log on to the Web server computer as an administrator.
  1. Click Start, point to Settings, and then click Control Panel.
  2. Double-click Administrative Tools, and then double-click Internet Services Manager.
  3. Right-click the Web site that you want to configure in the left pane, and then click Properties.
  4. Click the Web site tab.
  5. Type a description for the Web site in the Description box.
  6. Type the Internet Protocol (IP) address to use for the Web site or leave the All (Unassigned) default setting.
  7. Modify the Transmission Control Protocol (TCP) port as appropriate.
  8. Click the Home Directory tab.
  9. To use a folder on the local computer, click A directory on this computer, and then click Browse to locate the folder that you want to use.
  10. To use a folder that has been shared from another computer on the network, click A share located on another computer, and then either type the network path or click Browse to
  11. select the shared folder.
  12. Click Read to grant read access to the folder (required).
  13. Click OK to accept the Web site properties.
Rakesh Maurya replied to Kirtan Patel on 03-Nov-11 01:22 PM
Sir,

I am not getting Internet Services Manager in my Administrative tools..... due to which i m not able to proceed...
Sri K replied to Rakesh Maurya on 03-Nov-11 01:35 PM
For enhanced security, IIS 7 is not installed on Windows ServerĀ® 2008 by default. When you install IIS 7, your Web server is configured to serve only static content. This includes HTML and image files. The following list describes new security features in IIS 7 and briefly explains their benefits: *. A new Windows built-in group named IIS_IUSRS replaces thelocal IIS_WPG group. A new Windows built-in account called IUSR replaces the local IUSR_ MachineName anonymous account from IIS 6.0. However, the IUSR_ MachineName account will continue to be used for FTP. These changes combine to offer four benefits. *. Ability to use a custom anonymous account without disabling the IIS anonymous account. *. Maintenance of consistent access control lists (ACLs) across several Web servers by using a common Security Identifier (SID). *. Improvement of the DCPROMO process by making sure that the local anonymous account does not become a domain account. *. Elimination of the need to manage passwords. *. The IP restriction list can be configured to deny content access by a single computer, a group of computers, a domain, or all IP addresses and unlisted entries. This provides support for inheritance and merging of IP restriction rules in addition to IIS 6.0 grant/deny support. *. Features of the UrlScan 2.5 security tool are incorporated in IIS 7. This removes the requirement to download a separatetool. *. IIS 7 supports URL authorization in native code. For consistency, this change provides support for all the functionality of the existing ASP.NETmanaged code implementation.
Kirtan Patel replied to Rakesh Maurya on 03-Nov-11 01:35 PM
First you need to install IIS if you dont have that

  1. open Control Panel and then click Programs.
  2. Under Programs and Features, click Turn Windows features on or off.
  3. The Windows Features dialog box is displayed.Expand Internet Information Services.
  4. Expand Web Management Tools, expand IIS 6 Management Compatibility, and then select the IIS 6 Metabase and IIS 6 configuration compatibility check box.
  5. Expand World Wide Web Services, expand Application Development Features, and then select the ASP.NET check box.
  6. 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.
  7. Expand the World Wide Services, expand the Common HTTP Features then check the Static Content.
  8. Click OK to start the IIS and ASP.NET installation process.
  9. When the configuration process finishes, close Control Panel.
  10. 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.



dipa ahuja replied to Rakesh Maurya on 03-Nov-11 01:42 PM
You just have to 
install the IIS on your windows 7 computer : just download it from here: