Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSL with Visual Studio Development Server

Tags:

ssl

Is it possible to use SSL with Visual Studio Development Server (a.k.a. Web Application project)? I don't want to have to deploy IIS locally if possible. I'm running Windows 7.

NOTE: I've seen this (http://connect.microsoft.com/VisualStudio/feedback/details/354576/add-https-support-to-visual-studio-asp-net-development-server) but I was still hoping there was a workaround.

like image 459
Keith Adler Avatar asked Mar 29 '10 23:03

Keith Adler


Video Answer


3 Answers

It cannot be done with VS 2008, so I've simply resorted to deploying my app to the local IIS as part of the start process with a generated cert.

like image 166
Keith Adler Avatar answered Sep 22 '22 16:09

Keith Adler


We can use IIS Express with VS 2010 to develope and test web apps 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

Introducing IIS Express

like image 33
Guru Kara Avatar answered Sep 19 '22 16:09

Guru Kara


this subject was covered here and it say's, you actually can't.

But you might take a look at this link, which might prove the contrary: (See link in comment, i'm not yet able to post more then 1 link per post ...doh)

Hope this helps.

like image 22
thmshd Avatar answered Sep 20 '22 16:09

thmshd