HTTPS with Visual Studio's built-in ASP.NET Development Server

asp.net, visual-studio, visual-studio-2008

Solution

As of now we can use IIS Express to develop and test in SSL. Here is a complete article explaning how to use IIS Express and Visual Studion 2010 to develop websites in SSL.

Next

Then you will get this

Working with SSL at Development Time is easier with IISExpress

Introducing IIS Express

Problem

Is there a way to access Visual Studio's built-in ASP.NET Development Server over HTTPS?

Original source

Related problems