ASP.NET Mix Authentication?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • coconet

    ASP.NET Mix Authentication?


    I have an ASP.NET 3.5 site. I want to steup a Forms Authentication
    page, but if the browser is an IE Intranet browser I want the
    credentials to automatically post and authenticate. How can I do that?

    Thanks.

  • Steven Cheng

    #2
    RE: ASP.NET Mix Authentication?

    Hi Coconet,

    For mixed mode authentication, it is not naturally supported at ASP.NET
    site. There are someone mentioned some custom approahes which may involve
    conifguring IIS authenitcation mode to allow anonymous and use additional
    code to return 401 response for intranet client (so as to get client
    credentials). Here are two blog entries mentioned this:

    #Mixing Forms and Windows Authentication
    Expert-led tech and creative training to master your craft. Unlimited and online.


    #Mixing Forms and Windows Authentication in ASP.NET 2.0
    Expert-led tech and creative training to master your craft. Unlimited and online.


    Steven Cheng
    Microsoft MSDN Online Support Lead

    Delighting our customers is our #1 priority. We welcome your comments and
    suggestions about how we can improve the support we provide to you. Please
    feel free to let my manager know what you think of the level of service
    provided. You can send feedback directly to my manager at:
    msdnmg@microsof t.com.

    This posting is provided "AS IS" with no warranties, and confers no rights.



    --------------------
    >NNTP-Posting-Date: Mon, 17 Mar 2008 22:11:00 -0500
    >From: coconet <coconet@commun ity.nospam>
    >Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
    >Subject: ASP.NET Mix Authentication?
    >Date: Mon, 17 Mar 2008 23:11:00 -0400
    >
    >
    >I have an ASP.NET 3.5 site. I want to steup a Forms Authentication
    >page, but if the browser is an IE Intranet browser I want the
    >credentials to automatically post and authenticate. How can I do that?
    >
    >Thanks.
    >
    >

    Comment

    Working...