Tuesday, July 1, 2008

Identity Impersonate

This is a reminder to myself to set

<system.web>
    <identity impersonate="true"/>
</system.web>

in the web.config after setting up a web site otherwise it won't be able to access external resources such as file shares that require the login/password that you've set for the site.

No comments:

Post a Comment