I am working on a project that has one page that needs to make use of the SSL certificate. All of the links in the site to this page make use of https instead of http, but in th
I would call the Response.Redirect in page_load. It is simpler than generating the javascript, and will send fewer bytes to the client.
Code example