« Previous Next »

Thread: Digest authentication with database

Last post 10-31-2009 10:18 PM by sriram6781. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 10-30-2009, 4:29 PM

    Digest authentication with database

    We have implemented digest authentication with database to secure any web service call. This works fine in the IIS 5.1 in my machine. Now we upgraded the solution to Visual Studio 2008 and IIS7.

    Below is the link I followed to implement digest authentication.

    http://www.eggheadcafe.com/articles/20030701.asp

     It works fine in my machine. If I move my working folder to IIS7 to test and see if it is working it does not work. It comes up with an error that states 401 Unauthorized.

     If you need to recreate the issue, you can download the code from the above link and try to make it work on IIS7. Any help regarding this is greatly appreciated.

     

  • 10-30-2009, 9:09 PM In reply to

    • lextm
    • Top 10 Contributor
    • Joined on 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 1,407

    Re: Digest authentication with database

    Hope you can read through this article and find out what needs to be upgraded for integrated pipeline mode. Or as a workaround you can configure the pool to run under classic pipeline mode.

    Besides, you may contact the author of the article to discuss about this issue. He must have something to share and maybe he can update that article accordingly.

    Regards,

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 10-31-2009, 10:18 PM In reply to

    Re: Digest authentication with database

    Thanks a lot for your response. I found the cause for the issue. When IIS 7 installed we need to install IIS6 Compatibility which fixed the problem. I really appreciate your reply.

     

Page 1 of 1 (3 items)
Microsoft Communities