web.config 190 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.web>
  4. <identity impersonate="false" />
  5. <authentication mode="Windows" />
  6. </system.web>
  7. </configuration>