views:

11

answers:

1

How i may test ssl with mvc locally using IIS 7.5. Because by default when if i set RequireHttpsAttribte to controller in response i am getting : The requested resource can only be accessed via SSL.

A: 

There's an article here describing how to use Visual Studio 2008 with IIS 7 that may help.

Alternatively Hosting WCF 4.0 Service on IIS 7.5 with SSL may be of some assistance.

I'm not sure if yo have actually got an ssl cert from your question.

Mechamonkey