I am doing excel automation in asp.net project. For this I need to impersonate and I am using
For this MS Article , I am adding my name to the Users Group of Local computer. But I am getting error that Could not load assmebly. But I add my username as Admin/Power users, the page works well.Code:<identity impersonate="true" userName="DomainName\dana" password="Password"/>
And my question is For Impersonate, what is the User type ?




Reply With Quote