IIS Integrated Authentication only working on localhost not from client pc?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rwall612
    New Member
    • Feb 2012
    • 2

    IIS Integrated Authentication only working on localhost not from client pc?

    Hi Everyone,

    Our developers created a site that uses integrated windows authentication to authenticate users. On the DEV IIS server and IIS site, it works fine locally and from a remote pc. I copied the code to our Live IIS server, copied every setting, but it will not grab the domain\username info from a remote pc on our Prod server.. But if you browse the site locally on the PROD IIS Server, it will authenticate..

    I cannot see any IIS config issues, does this appear to be a firewall issue?
  • rwall612
    New Member
    • Feb 2012
    • 2

    #2
    Also to note.. on our dev server it is correctly pulling our domain\username ... on Prod its putting in servername.doma in\username and trying to authenticate with that set of credentials. This I believe is the issue..

    Comment

    Working...