|
I have a winform application, which needs to open some word documents located on network drive. As this application is going to be deployed to desktop via one-click, to minimize the issues with accessing resources and also to accomodate client's request, it needs to use a service account (other than the loggedin user) to access the documents.
I am thinking to open the document in a broswer window to take advantage the word file extension (so to minimize coding). But I am not sure how to pass the identity to the browser that is opened by the form. Or is that a better way to do this? |