I just installed Visual Studio 2012 - after opening a project originally created in VS2010 in 2012 I now find that when I try to run the project on my local machine (Windows 7) I get the below error message:
Secure Connection Failed
An error occurred during a connection to localhost:XXXXX.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
The code still builds and if I publish it to my test server it works fine so it seems the code is still fine. Also, I checked my certificate and it's good (I can still run other projects that I haven't opened in VS2012 yet with no problem). Is there a setting somewhere that needs to be changed after a project is converted to VS2012?