Sairam

Sairam

  • NA
  • 173
  • 337.7k

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



Answers (1)