Accessing network shares through ASP.Net
- by jkrebsbach
In my impersonation enabled web site I needed to access files on a network share. Running locally, everything worked fine.
After deploying out to the dev server and hitting the web site from my PC, things fell apart.
With impersonation enabled, we can access files on the server itself, but a network share is another story. …