Hi,
I have a website with a certain directory that will be used for secure pages.
for example: https://www.mywebsite/secure
The link to this directory is via the asp.net menu control.
To setup this page to force https is no problem.
The problem is that all the links in my menu control are now also prefixed with https, because my links are defined as ~/blabla/bla.aspx
How can i go from https to http back without hardcoding every link (localhost testing would be very hard)?
Thank you !
...
Go to the complete details ...