3
Answers

Unable to View File saved in another drive

Hi
 
I have application installed in c:\inetpub\wwwroot . I am accessing application with below Url . 202.10.10.121 is the Public Id. Local Id is 192,168,1,12 on which IIS Server is installed.
 
Http://202.10.10.121/Tmp/Index.aspx.
 
I am able to save file with below code i another drive
 
string Path = @"e:\Doc\" + filename;
 
What should be the Url to view the file.
 
Thanks

Answers (3)