首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

authentication的有关问题,在线结分

2012-01-26 
authentication的问题,在线结分authenticationmode Forms formsname .ASPXUSERDEMO loginUrl L

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认证的过程有没有问题?数据库的字段里有没有非法字符?

热点排行