AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help

Re: IIS Issue: WindowsIdentity Name returning NT AUTHORITY\SYSTEM

  •  08-06-2007, 9:27 AM

    Re: IIS Issue: WindowsIdentity Name returning NT AUTHORITY\SYSTEM

    I resolved this issue (a day after my posting) by adding the following three lines to my web.config:

    <identity impersonate="true"/>
    <authentication mode="Windows"/>
    <anonymousIdentification enabled="false"/>

    <identity impersonate="true"/>
    <authentication mode="Windows"/>
    <anonymousIdentification enabled="false"/>


    Douglas E. Klugh
    Assistant Vice President
    Wells Fargo
View Complete Thread
Powered by Community Server, by Telligent Systems