I seem to collect challenges to me. This time I was trying to set up IIS Express to support SSL to test my EPiServer MVC site with ssl. First I tested with blank project (I think it was web forms actually). In VS, press F4 to get web server (IIS Express) properties visible. Enabled SSL and tested the site, all fine here.
Then I did the same with my EPIServer MVC site and of course it did not work, nothing is loading, and error is mysterious "connection was forcibly closed by the remote host". So once again I am missing something but what? Is there some special MVC thing I need to do? Or why is this not working? Of course I could use full IIS but as IIS express should support SSL as well why?
Hi,
I seem to collect challenges to me. This time I was trying to set up IIS Express to support SSL to test my EPiServer MVC site with ssl. First I tested with blank project (I think it was web forms actually). In VS, press F4 to get web server (IIS Express) properties visible. Enabled SSL and tested the site, all fine here.
Then I did the same with my EPIServer MVC site and of course it did not work, nothing is loading, and error is mysterious "connection was forcibly closed by the remote host". So once again I am missing something but what? Is there some special MVC thing I need to do? Or why is this not working? Of course I could use full IIS but as IIS express should support SSL as well why?
Janne