I have followed instructions online to be able to use IISExpress on ports 80 and 443. However, when I try to set the Enable SSL property on an MVC4 site in VS2012, it always assigns port 44300. That assignment cannot be edited in the VS2012 property window.
What's odd is that the config file for IISExpress is set to only bind ports 80 and 443 (I deleted the bindings for localhost, which included one for port 44300).
Anyone know how to get VS2012 to use port 443 when IISExpress is set up to use it?