ASP.NET 3.5, VB.NET
We have a website, e.g. hosted with an external web host.
We want to get a SSL certificate so that the site can be https. Our webhost said they will "install" the certificate on the server for us.
Once they have done that, how do we make it so when someone types www.oursite.com into their browser, it automatically goes to https://www.oursite.com and not http://www.oursite.com?
Also, we have many hardcoded links in the site that point to various other pages on the site but use the full URL, e.g. http://www.oursite.com/somefolder/somepage.aspx
How do we make it so those links end up going to the https version of the page?