Outils pour utilisateurs

Outils du site


tips_informatiques:windows:iis:iis

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tips_informatiques:windows:iis:iis [2009/06/22 14:45]
nico créée
tips_informatiques:windows:iis:iis [2009/07/26 00:00] (Version actuelle)
Ligne 75: Ligne 75:
  
 sans cette modification de Firefox, un popup avec login+pwd est affiché. sans cette modification de Firefox, un popup avec login+pwd est affiché.
 +
 +
 +----
 +
 +
 +== Edit du 26.07.2009 ==
 +
 +
 +Cette procédure n'a pas fonctionné après une réinstallation de Windows XP Home. Une recherche sur le net m'a permis de compléter cette installation:​
 +
 +__IIS Configuration__
 +
 +When cross-installing IIS from Windows 2000 to Windows XP Home, the default Directory Security and Home Directory settings will not work correctly out-of-the-box.
 +Configure Directory Security
 +
 +The default IIS account is IUSR_NAME. We need to replace this with NAME\IUSR_NAME (where NAME is your computer name.)
 +IIS User Accounts
 +
 +IIS creates some user accounts, based on your computer'​s name, that it uses to run ASP applications:​ IUSR_NAME and IWAM_NAME, where NAME is the name of your computer.
 +
 +This allows custom security settings to be applied to ASP and ISAPI applications.
 +
 +  - Start Internet Services Manager from Administrative Tools.
 +  - Your computer will appear under Internet Information Services. Right-click on your computer and choose Properties.
 +  - Select Master WWW Service in the drop-down, then click Edit....
 +  - Select the Directory Security tab.
 +  - Under Anonymous access and authentication control click Edit...
 +  - In the Authentication Methods form, make sure only Anonymous access is checked, then click Edit....
 +  - The default username will be IUSR_NAME. We need to replace this with NAME\IUSR_NAME where NAME is your computer name. You can type it in manually or use these steps:
 +         - Click the Browse... button.
 +         - On the Select User form click the Advanced... button in the bottom left.
 +         - Click the Find Now button in the middle-right of this form.
 +         - Select IUSR_NAME in the user list at the bottom of the form, then click OK
 +         - Click OK to dismiss the Select User form.
 +  - Uncheck Allow IIS to control password. (This is important!)
 +  - Click OK to dismiss the Anonymous User Account form.
 +  - Click OK to dismiss the Authentication Methods form.
 +  - Click OK to dismiss the WWW Service Master Properties form.
 +  - Click OK to dismiss the Computername Properties form.
 +
 +If you see "The requested resource is in use." trying to access your new web server, follow the Home Directory steps below to modify the Application Protection settings for the default web site.
 +Configure Home Directory
 +With Internet Services Manager:
 +
 +  - Your computer will appear under Internet Information Services. Click on your computer to expand its list of servers.
 +  - Right-click on Default Web Server and choose Properties.
 +  - Select the Home Directory tab.
 +  - In the Application Protection drop-down under Application Settings choose Low (IIS Process).
 +  - Click OK to dismiss the form.
 +
 +The default website may not work
 +
 +If you go to http://​localhost in a browser, chances are you will see an ASP error on line 19. Don't panic.
 +
 +IUSR_NAME does not have permission to run the default IIS website. The default IIS website attempts to create admin-only ActiveX objects.
 +
 +
 +
 +
  
  
tips_informatiques/windows/iis/iis.1245674712.txt.gz · Dernière modification: 2009/06/22 00:00 (modification externe)