I have a webpage that host documents on iis. When linking to those files for examples say I go to \[code\]www.webpage.com/Documents/testdocuments/innerfolder/1.pdf\[/code\]I get the file back and have the complete url in the address bar. Is there a way to be able to browser to \[code\]www.webpage.com/Documents/testdocuments/innerfolder/1.pdf\[/code\], and get for example \[code\]www.webpage.com/Webdocs/1.pdf\[/code\]as the url in the browser. My theory was make \[code\]www.webpage.com/Documents\[/code\]a virtual directory, but I am not sure if I would still be able to access my files as \[code\]www.webpage.com/Documents/testdocuments/innerfolder/1.pdf\[/code\]or if I would have to use for example \[code\]www.webpage.com/Webdocs/testdocuments/innerfolder/1.pdf\[/code\]which defeats the purpose really. My ultimate goal is for the physical path of the file to not be visible to the user.Any ideas would be greatly appreciated.Thanks,