How do I display a list of files using IIS on a client PC?

  • Thread starter Thread starter sean
  • Start date Start date
S

sean

Hi. I need some help here. I am planning to setup a file
server which allows client PC's to view the list of files
available at the Windows 2000 server. My management does
not want to use the ASP sample file given in
microsoft.com to list the files in the server. I have
heard of directory browsing, but I do not know how to
setup such a system.

Hope someone can help me out with this system
configuration and if possible, list all the steps I need
to perform to get the system running.

Thanks.

Regards,
Sean
 
1. Secure the folder using NTFS permissions
2. Install IIS on the server
3. Create a virtual directory and point it to the the folder in
question (rightclick default website and select New virtual directory)
4. Rightclick the newly created virtual directory and select
properties
5. Select the "Directory Browsing" checkbox and click OK

regards
Johan Arwidmark

Windows User Group - Nordic
http://wug.lutteman.se
 
Back
Top