web.config and impersonation

  • Thread starter Thread starter Paul Bergson
  • Start date Start date
P

Paul Bergson

Hello,
I have placed the following web.config file at the root of the web site. Is
this correct? I'm not having luck so I'm guessing I have done something
wrong.

Is there anything I have to put in the code as well?

<configuration>
<system.web>
<authentication mode="Windows" />
<identity impersonate="true"
userName="gob\filerAdmin" password="xxxxxxxx"/>
</system.web>
</configuration>
 
Yes, this looks correct as I eyeball the settings - what is happening
(or not happening) when you run with this config?
 
Back
Top