I’ve created a new site using mvc3 and now I’m getting closer to the point where I need to add [RequireHttps] to my controller actions. If I do that I can not run my site anymore on my local machine [localhost] since I don’t have an ssl certificate.
Also, our production server is hosted by another organization. They will purchase and install the ssl to the production server. After they do that are there any special steps I need to take to deploy and Https enabled mvc3 application?
I just had to install a self certified Certificate. There are instructions everywhere for each version of IIS. I did not need to used IIS Express.