2
Answers

Redirect the aspx page using Forms authentication

kavi

kavi

12y
1.3k
1
hi,
        
        i creating the one web application in asp.net(c#) using forms authentication
  
In web config:


</pages>
<authentication mode="Forms">
<forms loginUrl="logon.aspx" name="adAuthCookie" timeout="10" path="/">
</forms>
</authentication>

i have three pages :
logon.aspx
login.aspx
webform1.aspx(set as start page)

i want to redirect the login.aspx page .but it redirect to the default page(webform1.aspx)

 i need redirect to the particular page using forms authentication.



Thanks in advance...








Answers (2)