标签: asp.net authentication sharepoint-2007
有没有办法使用自定义登录页面(非Windows登录框)进行SharePoint发布网站的Windows身份验证?
答案 0 :(得分:1)
这是可能的,我刚刚在this tutorial之后实施了混合方法。它不是一小段代码,而且比这里显示的要复杂得多。
答案 1 :(得分:1)
如果您想使用自定义登录页面但仍然使用Active Directory进行身份验证,请查看以下内容:
FormsAuthentication with Active Directory (C#)
FormsAuthentication with Active Directory (VB.NET)