当前位置: 代码迷 >> ASP.NET >> authentication的有关问题,在线结分
  详细解决方案

authentication的有关问题,在线结分

热度:7695   发布时间:2013-02-25 00:00:00.0
authentication的问题,在线结分
<authentication   mode= "Forms ">
<forms   name= ".ASPXUSERDEMO "   loginUrl= "Login.aspx "   protection= "All "   timeout= "60 "   />
</authentication>
<authorization>
<deny   users= "? "   />
</authorization>
为什么我加了以后,Login.aspx上的图片找不到了,并且一直说有个js脚本错误。
如果在web.config中去掉上面那段就正常了。
大哥们,是怎么回事啊?


------解决方案--------------------------------------------------------
比较奇怪的问题,From认证的过程有没有问题?数据库的字段里有没有非法字符?
  相关解决方案