Impersonation is getting shitty

Ok we found that the solution for accessing the network share is by impersonation, more can be found at http://abibaby.blogspot.com/2002_11_01_abibaby_archive.html
When i give user name, password in impersonate tag it does not work.
This happens as ASPNET account by default is not eligible to impersonate in .NET. First we need to address this issue. We need to [...]

Accessing network resources in .NET

Ok now we have weird requirement. The requirement could be realised as follows, even though my requirement is little different. Every product has some documents associated with it. When public user asks for a document, he should be given the file. These files are located on shared drives on network. When ASP.NET Application runs it [...]