C#.Net 2.0 get virtual directory path question

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C#.Net 2.0 web application, the web ServiceWeb application is running
on the C:\Inetpub\wwwroot\MyWeb folder.
I have another file server which store the files for downloading, through
the ServiceWeb.
Now I can access the file server's files through my web ServiceWeb.
However, I am wondering how do I know the path of a particular file in the
file server? in my C# application.
Thanks for help.


Jason
 
Back
Top