read virtual

  • Thread starter Thread starter NuB
  • Start date Start date
N

NuB

I have a web site that is created under IIS via a virtual directory. On my
asp.net page I have links that need to point to the folder under the
virtual.

How can i read the virtual directory such as;

http://webserver/documents/test.aspx instead of seeing:
c:\testsite\documents\test.aspx
 
Back
Top