Windows Authentication - ASP.net web application

תשובה Windows Authentication - ASP.net web application

  • quinta-feira, 20 de setembro de 2012 11:16
     
     

    hi,

    I set up a windows authentication with my web application. Everything is working find in my development environment however, when i tried to deploy my web application on the test server it seems like there is a loop somewhere. 

    When opening it with IE, nothing is actually happening, not even the unauthorized page

    When opening it with Chrome I got this error message Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    The design architecture is as follow : client opening the web application which is on another server (different domain).

    If I check enable 32 bit : true, it is working fine but I cant retrieve my data from oracle which is installed in 64 bit.

    using : IIS 7

    Thank you for your help.

Todas as Respostas

  • quinta-feira, 20 de setembro de 2012 11:48
     
     Respondido

    Hi Jmy07,

    This appears to be a issue with IIS not with you SQL Server security configuration. I suggest you to follow this link below which shows how you can configure IIS website authentication to user Windows Authentication:

    http://support.microsoft.com/kb/324274


    Regards,

    Basit A. Farooq (MSC Computing, MCITP SQL Server 2005 & 2008, MCDBA SQL Server 2000)

    http://basitaalishan.com

    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

    • Marcado como Resposta jmy07 sexta-feira, 21 de setembro de 2012 11:21
    •  
  • quinta-feira, 20 de setembro de 2012 14:32
     
     Respondido

    Check this article for enabling Windows Authentication in IIS 7.0.

    • Marcado como Resposta jmy07 sexta-feira, 21 de setembro de 2012 11:20
    •  
  • sexta-feira, 21 de setembro de 2012 11:20
     
     

    Thank you for the article, after reading them and checking all the settings it occured that everything was well set up.

    The problem was in my code.