I have a dotnet 2.0 C#/web application.
I am able to manually go into a network drive and get a template from that. But through my application, when I try to access this file..it says "access denied".
What to do with this ? Please help
EDIT: Will following work ?
a)Set password for "IUSR_WEBSERVER" b)And adding below line to webconfig will solve
<identity impersonate="true" userName="IUSR_WEBSERVER" password="password" /> </system.web>
If it work, that means, we need to change IIS config..right. Is there anyother way.