web.config 153 B

123456
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.web>
  4. <identity impersonate="true" />
  5. </system.web>
  6. </configuration>