Hi all
I'm seriously struggling with finding a solution for the following problem in asp .net.
I have an IIS server which hosts one site but IIS uses host headers to accept two different URLs. The site is in ASP .Net and is a dynamic site that runs off default.aspx in the root (no subdirectories or other files). One url is and the other (note the nww as it's an intranet site).
What I want to do is if it is if a user requests change this to (SSL) without affecting the GET variables which may come after the doument in the request e.g. should become
Anyone have an idea how I can achieve this?
Thanks
I'm seriously struggling with finding a solution for the following problem in asp .net.
I have an IIS server which hosts one site but IIS uses host headers to accept two different URLs. The site is in ASP .Net and is a dynamic site that runs off default.aspx in the root (no subdirectories or other files). One url is and the other (note the nww as it's an intranet site).
What I want to do is if it is if a user requests change this to (SSL) without affecting the GET variables which may come after the doument in the request e.g. should become
Anyone have an idea how I can achieve this?
Thanks