
September 30th, 2004, 08:18 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by mairo Hello,
I have account on win2003+iis6. And want to make something like .htaccess in apache.
Is where any possibillity without administrator, add rules for directory (including subdirs), what it can access only some persons which ip is in list.
I want to do something like this:
Deny from all
Allow from 193.219.1.5, 193.15.14.14
Thanks for advices and sorry for spelling  |
IF you have access to your IIS MMC .. then you can go to property of the folder in question. then go to Direcotory security. the second option "IP ADDRESS AND DOMAIN NAME RESTRICTION" is where you can allow and deny users base on thier ip or domain.
Hope this helps
ps . you can access IIS using webbrowser, if you have premission set by administrator.
|