I have a small website for uploading and downloading documents.
The problem I am having is with he virtual directory path. I don't want to display the name of the virtual directory which is a network share.
\\domain.com\Docs$\
Inside this network share I have a directory for documents ("documents).
And inside this directory I have several other directories(documents, images, ect...)
I have the virtual directory in IIS created with the name of "files".
I want to be able to display the document path like this: http://localhost/files/documents/User_Guide.pdf
Instead of "file://domain.com/Docs$/documents/User_Guide.pdf" I want to hide this path to users. Just display the name in the download link.
...
Go to the complete details ...