Re: ActiveDirectoryMembershipProvider without storing username and password?



If your shop requires you to use expiring passwords for services and
app pools and the rest how is that currently managed and can you fit
this in with that?

It looks like you can use machine$ or the app pool id instead.

How To: Use Membership in ASP.NET 2.0

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGHT000022.asp

.... If you do not specify account credentials, your application's
process identity is used to access Active Directory, regardless of
whether your application uses impersonation....

.