c# - Cannot load page via HTTPS using MVC -
as title says. need load page on https on browser. i'm using c# code
[httpget] [requirehttps] [allowanonymous] public actionresult wordpressiframe() { return view("~/views/account/wordpressiframe.cshtml"); }
when page deployed on iis, gives me error: err_too_many_redirects
sorry image on spanish. please help
Comments
Post a Comment