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
Sairam
NA
321
416k
SSL redirection in dotnet
Sep 10 2012 3:20 AM
Hi
My website is ssl configured.
In my code i am redirecting to a page like response.redirect("page1.aspx") on button click and in page load of the "Page1.aspx" .. i have a code to make call
to https:\\www.test.com\pages.aspx.
My problem is:
In my page "paeg1" on buttonclick after some calculation i am redirecting to the same page... that time it is getting redirected to the index page.
This problem may be due to http & https in header?
Is it poosible to test ssl path setting and test ssl certificate to test in local?
Thanks
Reply
Answers (
1
)
How to add more rows with dropdownlist side by side dynamically?
I have one parent window and child window in a form in ASP.net . If i add a new item into my child form, that should reflect in parent window also. Both using same table in sql 2008