无法使用MVC通过HTTPS加载页面

时间:2014-11-11 19:41:38

标签: c# asp.net-mvc https

正如标题所说。我需要在浏览器上加载https页面。我正在使用这个C#代码

    [HttpGet]
    [RequireHttps]
    [AllowAnonymous]
    public ActionResult WordpressIframe()
    {
        return View("~/Views/Account/WordpressIframe.cshtml");
    }

当我的页面部署在IIS上时,它会给我这个错误:ERR_TOO_MANY_REDIRECTS

enter image description here

抱歉,图片是西班牙语。请帮忙

0 个答案:

没有答案