Is there a way to access Visual Studio's built-in ASP.NET Development Server over HTTPS?
|
|
Cassini does not support HTTPS. However, you can use IIS to do this, if your using IIS 5.1, download the MS IIS toolpack for IIS 6.0, it comes with a tool to create self signed SSL certificates. This works on IIS 5.1 The one tool you need (SelfSSL.exe) works just fine with IIS 5.1. Unfortunately, it comes bundled with a bunch of other stuff. Steps:
At this point, you will be able to run your localhost over HTTPS. |
|||||||||
|
|
As of now we can use IIS Express to develope and test in SSL. Here is a complete article explaning how to use IIS Express and Visual Studion 2010 to develope websites in SSL Working with SSL at Development Time is easier with IISExpress |
|||||
|
|
Wilco Bauwer wrote a webdev server that will support https. He is one of the developers that worked on cassini visual studio 2005 built in web server. WebDev.WebServer2 |
|||||||||
|