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 -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -