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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -