How to Map IIS Virtual Directory to Path Name

  • Thread starter Thread starter Charles Law
  • Start date Start date
C

Charles Law

I wish to create a file in a virtual directory, and then navigate to it. For
this reason I need the virtual directory name, e.g.

//localhost/MyVirtualDirectory (or http://localhost/MyVirtualDirectory)

and a way in which to discover the proper path name from it, e.g.

d:\inetpub\wwwroot\MyVirtualDirectory

Can anyone tell me how I might do this?

TIA

Charles
 
Back
Top