ASP.NET impersonation
This morning I ran into some troubles with an ASP.Net site. I had to access a file resource on the server, however the default website settings didn't allow me to access the file. Although that I could access the file myself via the network, I wasn't able to access it via my website.
So, I looked into the subject of impersonation and decided to write a small article about it to share my findings.
Read the article here
- Erik