Hi All,

I want to access a folder shared across network which contains very important files and My ASP.NET application is deployed on DMZ and files are shared in other network.

Currently assuming files and application on the same network, we have given a ready only access to a specific user and we are impersonating (using win32 APIs) with this user before reading this file from network share. After reading file we are...