Preferred Language:

Listing 28.16 - Web.config

Listing 28.16 - Web.config (C#)
Copy

<?xml version="1.0"?>
<configuration>
  <system.web>
    <identity impersonate="true" />
  </system.web>
</configuration>