If so, please help... As per the MSDN article I put these lines in my web.config file:
I get this:Unrecognized configuration section 'impersonation'
When I take out the impersonation line and leave the identity line I get an 'Access Denied' error, even tho the Domain\User and Pass combonation has full control to the "Temporary ASP.NET files" folder and all it's subdirectories. What gives?
Code:
<impersonation enable="true"/>
<identity impersonate="true" userName="contoso\Jane" password="pass"/>
When I take out the impersonation line and leave the identity line I get an 'Access Denied' error, even tho the Domain\User and Pass combonation has full control to the "Temporary ASP.NET files" folder and all it's subdirectories. What gives?