As the title says. I need to load a page on https on my browser. I'm using this C# code
    [HttpGet]
    [RequireHttps]
    [AllowAnonymous]
    public ActionResult WordpressIframe()
    {
        return View("~/Views/Account/WordpressIframe.cshtml");
    }
When my page is deployed on IIS, it gives me this error: ERR_TOO_MANY_REDIRECTS

Sorry that the image is on spanish. Please help