I know you can do this: #if !DEBUG [RequireHttps] //apply to this action only #endif What if you are using Web Farm Framework where \"the Controller\" server receives an outside SSL 443 request, de
Afternoon Folks, I was wondering if anyone could give me a heads up with regards to this problem that I\'m having. I\'m not positive on what I should be seeing I suppose is the main issue that I\'m h
Subj. I\'ve got an ASP.NET 2 MVC Worker Role Application, that does not differ much from the default template.
Note: This is NOT an ASP.NET MVC question related to the [RequireSSL] attribute. Thats completely different - just has the same name.
I have made my Login page as Https enabled by adding the attribute [RequireSSL] on controller Action and it works fine. But after successful login it remai开发者_JAVA技巧ns in https environment, howev