Re: Account for form authentication to AD
From: Joseph Bittman MCAD (RyanBittman_at_msn.com)
Date: 06/04/05
- Next message: Manohar Kamath: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- In reply to: dl: "Account for form authentication to AD"
- Next in thread: dl: "Re: Account for form authentication to AD"
- Reply: dl: "Re: Account for form authentication to AD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 4 Jun 2005 11:13:12 -0700
June 4, 2005
Is there a specific reason why you want to use a custom guest account for
ASP.Net? If not then you don't need to go to all that work. There is an
account configured by Microsoft to be used for anonymous authentication for
Forms Auth that almost everybody uses. It is named IUSR_MACHINENAME. Just
put in IIS that account name IUSR_(MACHINENAME) where machinename = the name
of the server. IIS SHOULD control the password. Hope this helps!
--
Joseph Bittman Beta ID# 678424
Microsoft Certified Application Developer
Web Site: http://71.35.110.42
Dynamic IP -- Check here for future changes
<dl> wrote in message news:eKoFdZSaFHA.1148@tk2msftngp13.phx.gbl...
> Hi
> I read a microsoft kb article#Q316748, and it says in order for form
> authentication to work I need to configure IIS for anonymous
> authentication
> as the followings
> Configure IIS for Anonymous Authentication
> To configure IIS for anonymous authentication, follow these steps: 1. In
> IIS, click to select the Anonymous Authentication check box.
> 2. Make the anonymous account for the application an account that has
> permission to the Active Directory.
> 3. Click to clear the Allow IIS To Control Password check box.
>
>
> just what do we need to do for step 2 please?!
>
> TIA
> --
>
>
>
- Next message: Manohar Kamath: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- In reply to: dl: "Account for form authentication to AD"
- Next in thread: dl: "Re: Account for form authentication to AD"
- Reply: dl: "Re: Account for form authentication to AD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|