C# ASP.NET SQL SERVER

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.

» Similar Posts

  1. Copy data from local table to remote database table
  2. Network card Speed and Duplex
  3. Finding non-unique rows in SQL Server

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://guyellisrocks.com/trackback.ashx?id=52

» Comments

    There are no comments. Kick things off by filling out the form below.

» Leave a Comment