C
ChrisN
Hi there,
I have a C# web application. I'm trying to redirect it to another page on
my site. Normally I would use:
redirect("~/users/userLogin.aspx")
The problem is that the userLogin.aspx page needs to run in https not http.
How do I tell the redirect function to redirect to the https version of this
page not http one?
Thanks
Chris.
I have a C# web application. I'm trying to redirect it to another page on
my site. Normally I would use:
redirect("~/users/userLogin.aspx")
The problem is that the userLogin.aspx page needs to run in https not http.
How do I tell the redirect function to redirect to the https version of this
page not http one?
Thanks
Chris.