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
Amit Ghorpade
NA
3
11.5k
Form authotication problem
Feb 9 2012 5:57 AM
I am using form authotication in my web application and used to may custom design for login page.
after authorised user i set this line:
FormsAuthentication.RedirectFromLoginPage(txtLoginName.Value, blnFlag);
but after this line execute page can not redirect default page.
in my web.config file setting is:
<authentication mode="Forms">
<forms name=".TransportAuth" loginUrl="/Login/Login.aspx"></forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
what i do to redirect page to default page.
Thanks in advance
Reply
Answers (
1
)
How to remove underline for hyperlink
Issue with Ajax Control Toolkit