应用程序根目录下有Login.aspx文件,在根目录下的web.config里配置了
<authentication mode="Forms">
  <forms name=".yuzi" loginUrl="Login.aspx" timeout="20" path="/" ></forms>
</authentication>
现在根目录下有两个文件夹User和Vip,User和Vip下面又各自有自己的登录页Login.aspx,现在要怎么设置,在进入User目录时,如果没有通过验证,弹出User文件夹里的login.aspx这个登录页,而不是应用程序根目录下的login.aspx登录页?不知道我这个思路会不会对,请大家指教。