1

使用 HTTPS 导航到 CheckOut 页面时,我收到一个错误,即找不到该页面。

我在手动从 HTTP 更改为 HTTPS 的每个页面上都出现相同的错误

在我的服务器上为这个网站分配了 443 端口。

这是我在控制器中的:

#if !DEBUG
    [RequireHttps]
#endif
    public ViewResult Checkout()
    {             
        return View();
    }

我需要在路由配置中添加一些东西吗?

4

0 回答 0