Ihave asp.net grid with list of the documents name.. on the selection I am opening the document template which is in user local machines folder.
Everything is working fine when I run locally, but when I publish this to server, the path is directed to the server folder.
How can we open a file located in local machine from web application . I do not want to use file upload control..
Go to the complete details ...