Re: Authentication help.



Your best bet is to use A Membership or Role Provider and Forms
Authentication in your application. The Provider Model is built in to the
ASP.Net Framework, can work from a custom database back-end, and manages
permissions across the web application in a uniform, easy to maintain
manner. In addition, it can be combined with XML Site Maps for
login-specific menuing that is handled automatically. See the following
references:

http://msdn2.microsoft.com/en-us/library/aa479030.aspx
http://msdn2.microsoft.com/en-us/library/aa530801.aspx
http://msdn2.microsoft.com/en-us/library/aa478958.aspx

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP

"archana" <trialproduct2004@xxxxxxxxx> wrote in message
news:1193048020.191941.196680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

thanks for reply.
but what authentication do i need to use as i have to validate
username in database.

So how will i combine this with form/windows authentication?

please help me asap.

thanks.



.



Relevant Pages

  • Re: LDAP - Error Obtaining Group Names
    ... plug that back into the role provider framework in order to compliment the ... membership provider. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... The technique they show for authentication does not scale ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using WindowsTokenRoleProvider with Forms Authentication ...
    ... You might want to check out Ryan Dunn's LDAP-based AD role provider on ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... We have setup forms authentication ... WindowsTokenRoleProvider is possible only if I use Integrated Windows ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication - Active Directory
    ... WindowsTokenAuthenticationProvider does'nt works for Forms ... Authentication as Dominick pointed, and I couldn't managed to get ... AuthorizationStoreProvider to work (ended up getting some weird ... I developed my own role provider which accesed the active ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication - Active Directory
    ... WindowsTokenAuthenticationProvider does'nt works for Forms ... Authentication as Dominick pointed, and I couldn't managed to get ... AuthorizationStoreProvider to work (ended up getting some weird ... I developed my own role provider which accesed the active ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication problem. Keep looping back to logon page
    ... the .NET Framework version 1.0 behavior will be identical. ... that only applications that want to share forms authentication cookies ... |> individually configured to use the 1.0 ISAPI filter. ... |> autogenerated keys. ...
    (microsoft.public.dotnet.framework.aspnet.security)