我已经在asp.net中实现了Windows身份验证. [英] i have implemented windows authentication in asp.net.

查看:78
本文介绍了我已经在asp.net中实现了Windows身份验证.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我执行管理页面时,要求输入用户名和密码.
我从哪里获得用户名
我提供了但未登录.

when i am executing the admin page it is asking for username and password.
from where i get the username
i have provided but it not logged in.

<location path="admin.aspx">
    <system.web>
      <authorization>
        <allow roles="admins"/>

        <deny users="*"/>
      </authorization>


mynew用户帐户名为admin2
pwd是1234


mynew user account name is admin2
pwd is 1234

推荐答案



浏览这篇文章:
Windows身份验证 [
Hi,

Go through this article:
Windows Authentication[^]


这篇关于我已经在asp.net中实现了Windows身份验证.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆