是否有一个项目包含一个标准的ASP.Net成员资格和角色提供程序,它与Apache AuthUserFile和AuthGroupFile一起用于身份验证和授权?
Scott Guthrie的帖子中包含几乎所有已知信息:http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx
答案 0 :(得分:0)
WebsitePanel IIS模块项目,包含模拟Apache“mod_auth_basic”,“mod_authz_user”和“mod_authz_groupfile”模块的HttpModules,并使用本机.htaccess和.htpasswd文件。 http://iismodules.codeplex.com/