注册 登录
编程论坛 ASP.NET技术论坛

authentication的path设置

sdlklhd 发布于 2007-05-28 16:20, 682 次点击

web.config中设置authentication的path默认是"/",但我想设置为只访问某个目录时进行验证,但我设置后,不起作用.

代码如下:

<authentication mode="Forms">
<forms name="loginUser" loginUrl="custom/login.aspx" protection="All" path="custom">
<credentials passwordFormat="Clear">
<user name="aaa" password="aaa" />
<user name="bbb" password="bbb" />
</credentials>
</forms>
</authentication>

custom是网站的一个目录.

大家帮忙看一下.

2 回复
#2
GrimFish2007-05-28 16:40
没用过
#3
sdlklhd2007-05-29 07:47

知道该怎么做了.

仍然对GrimFish表示感谢.

1