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

Shawn Miller picture Shawn Miller · Sep 13, 2008 · Viewed 96.8k times · Source

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

Answer

Guru Kara picture Guru Kara · Jan 11, 2012

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.

enter image description here

Next

enter image description here

Then you will get this

enter image description here

Working with SSL at Development Time is easier with IISExpress

Introducing IIS Express