Getting a list of files defined in a virtual directory

  • Thread starter Thread starter Craig Burkett
  • Start date Start date
C

Craig Burkett

I have set up a virtual directory using IIS which points to a share on
another machine. I want to be able to acquire a list of folders and/or
files which exist in that share via the virtual directory (I can't just map
the file to a harddrive). Is there a way to do this? Maybe it would just
be easier to use a UNC name, but if I go this route how do I pass the
necessary credentials to establish a connection to the share without
mounting the share to a drive?

Thanks,
Craig
 
I have set up a virtual directory using IIS which points to a share on
another machine. I want to be able to acquire a list of folders and/or
files which exist in that share via the virtual directory (I can't just map
the file to a harddrive). Is there a way to do this? Maybe it would just
be easier to use a UNC name, but if I go this route how do I pass the
necessary credentials to establish a connection to the share without
mounting the share to a drive?

Thanks,
Craig


Try this article and samples - http://www.codeproject.com/aspnet/Browsing.asp



Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top