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

enter image description here

sorry image on spanish. please help


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -