tags:

views:

55

answers:

2

Hi folks,

Is it possible to run login page of ASP.net MVC Azure cloud application on different port than other pages in the same application ?

For example--> Login page - on port 443 Other web pages - on port 80

Thanks, Kushal ...

+2  A: 

It is possible.Check out this link and revert back in case of any issue(s) http://stackoverflow.com/questions/1133079/asp-net-mvc-futures-requiressl-attribute-and-authorize-attribute-together

DotNetBeginner