2

I develop on the following configuration:

OS: Vista - Home Edition
IIS: IIS 7 - only in a simplified version without the administrative console, etc.

I'm working on an application that uses ASP.NET MVC 2.

The built-in Visual Studio Server is perfect for my work, but it does not support HTTPS.

Is there a free alternative to IIS that supports HTTPS, or whether it is possible to install the full version of IIS on Vista Home Edition?

Kev
  • 118,037
  • 53
  • 300
  • 385
stanik
  • 75
  • 6
  • im not sure about https but i know that web platform installer is a useful tool for getting iis for free on the lower end operating systems. this may not help at all sorry if so. – Daniel Casserly Jan 19 '11 at 21:58

2 Answers2

4

Check out IIS Express, a cut down version of IIS 7.5:

IIS Express Overview on IIS.NET

Kev
  • 118,037
  • 53
  • 300
  • 385
Chandu
  • 81,493
  • 19
  • 133
  • 134
-2

In theory yes! You can use Mono and Apache: ASP.NET MVC 2 on mono But why do you need Https on your development machine?

Community
  • 1
  • 1
Achim
  • 15,415
  • 15
  • 80
  • 144
  • MONO - this is also a long way to go, and if that works? Why do I want to use SSL when coding? Because I want to make sure that everything works as it should ... – stanik Jan 19 '11 at 22:02