登录页面中的身份验证问题 [英] problem with authentication in login page

查看:126
本文介绍了登录页面中的身份验证问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi
i我在web.config中使用代码进行身份验证。当我编写验证代码并运行项目并提供我的用户名和密码时,它不会转到下一页...请帮助我

这是我的身份验证代码...

hi i am using code for authentication in my web.config.when i write the code for authentication and run the project and give my username and password it does not go to the next page... please help me
this is my code for authentication...

<authentication mode="Forms">
      &lt;<forms name="Mysite" loginUrl="~/Login.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseCookies" />

        </authentication>
    <authorization>
      <deny users="?"/>
    </authorization>

推荐答案

请参阅以下链接< br $> b $ b

如何:实现简单表单身份验证 [ ^ ]



此外,根据文件夹验证您的所有网址,路径。调试您的登录页面以查看最新信息继续。
Refer to below link

How to: Implement Simple Forms Authentication[^]

Furhter,verify all your URLs,path according to folders.Debug your login page to check whats going on.


这篇关于登录页面中的身份验证问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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