TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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...
Reply
Answers (
2
)
Windows Authentication
Post on facebook wall from asp.net application