Public Notes
on
histre
PS IIS:\AppPools> $demoPool = Get-Item IIS:\AppPools\DemoAppPool
PS IIS:\AppPools> $demoPool.processModel.userName = "DemoAppPoolUser"
PS IIS:\AppPools> $demoPool.processModel.password = "Secret!!Pw3009"
PS IIS:\AppPools> $demoPool.processModel.identityType = 3
PS IIS:\AppPools> $demoPool | Set-Item
#powershell #iis #apppool #identity #users #security #setup #automation #pub
Show More
Implementing custom password policy using ASP.NET Identity - .NET Web Development and Tools Blog - Site Home - MSDN Blogs
blogs.msdn.com
#identity #c# #password #pub
Show More
ASP.NET - Source Code
aspnet.codeplex.com
Collect and share the web
Get started for free