kavi

kavi

  • NA
  • 1
  • 1.7k

Redirect the aspx page using Forms authentication

May 8 2012 12:42 AM
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)