[thelist] Private IIS, with one public folder

jon steele jjsteele22 at yahoo.com
Sun Sep 23 16:43:21 CDT 2001


Hi,

I have a win2k machine with IIS. What I want to have is one directory
which is available from any machine that knows my ip, while my www
directory is available only to me, while developing/testing locally. So
for example, only I can access the files in wwwroot, but anyone can
access the folder wwwroot/public/.

To help explain my point... for example, in Apache, I would put the
following in httpd.conf:

<Directory "C:/inetpub/wwwroot">
    Order allow,deny
    Allow from 127.0.0.1
</Directory>

<Directory "C:/inetpub/wwwroot/public">
        Order allow,deny
        Allow from all
</Directory>

How can I achieve this under IIS?

I'd appreciate any ideas!

TIA
Jon

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com




More information about the thelist mailing list