SecureDirectoriesIIS |
|
| Your trail: |
Difference between
version 10
and
version 2:
| At line 7 changed 1 line. |
| [http://raibledesigns.com/repository/images/iss-newadmindir.png] |
| [http://raibledesigns.com/repository/images/iis-newadmindir.png] |
| At line 23 added 10 lines. |
| Now we need to configure IIS to protect the "admin" folder from just anyone. |
|
| * Open the IIS Admin Console (Start -> Programs -> Administrative Tools -> Internet Information Services) |
| * Navigate to COMPUTER_NAME -> Web Sites -> Default Web Site |
| * Right-click -> Properties for the "admin" folder |
| * Select the Directory Security tab and click the "Edit" button to change __Anonymous access and authentication control__ |
| * Uncheck ''Anonymous access'', check ''Basic authentication'' (selecting the default domain) and leave ''Integrated Windows authentication'' checked |
| * Stop and restart Default Web Site |
|
| ''Integrated Windows authentication'' will allow users to auto-login if they're using IE and logged into the domain. Basically, this setup will allow only domain users to view the "admin" folder. |
Back to SecureDirectoriesIIS,
or to the Page History.
|