简体   繁体   English

在IIS 5上对ASP进行身份验证

[英]forms authentication for asp on iis 5

I have website running under iis 5 which is built in asp. 我有在IIS中运行的网站,该网站是在ASP中内置的。 is it possible to have forms authentication using windows credentials so I can bypass explicit login to this website ? 是否可以使用Windows凭据进行表单身份验证,所以我可以绕过显式登录到该网站?

Thanks 谢谢

yes it is possible. 对的,这是可能的。 a 5 second Google earch showed this 5秒钟的Google earch显示了这一点

you have to turn on Integrated Windows authentication 您必须打开集成Windows身份验证

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IIS和经典ASP中的身份验证 - Authentication in IIS and classic ASP ASP经典IIS 7身份验证问题 - ASP Classic IIS 7 authentication issue IIS 7.5上非asp.net文件的授权/身份验证 - Authorization / authentication of non asp.net files on IIS 7.5 混合ASP.NET网站表单身份验证重定向到错误的位置 - Mixed ASP.NET Site Forms Authentication Redirecting to the wrong place 使用表单身份验证时在Classic ASP中注销 - Sign out in Classic ASP when using forms authentication 是否可以在IIS7的经典ASP和ASP.NET 4.5上使用相同的身份验证 - Is it possible to use same authentication on classic asp and asp.net 4.5 on IIS7 为什么我不能在IIS7上启用表单身份验证(Windows Server 2008) - Why can't I enable forms authentication on IIS7 (windows server 2008) 将表单发布到IIS7中的自定义404经典ASP URL:发布数据在哪里? - Posting forms to a custom 404 Classic ASP URL in IIS7: where is the post data? 与IIS6上的经典ASP的Sage Line 50 ADODB连接-身份验证失败 - Sage Line 50 ADODB connection with Classic ASP on IIS6 - Authentication Failed IIS7:使用Windows身份验证的经典ASP应用程序写入.mdb文件的访问权限 - IIS7: classic ASP application write access to .mdb file using windows authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM