Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有点迷失了这个。我有一个完美运行的 MVC3 网站,当部署到未启用 ssl 的网络服务器时它正在运行。但是,当我将其移至启用 ssl 的登台环境时,我不断收到 403 错误。
我在 ssl 上的背景为 0,不知道要注意什么。谁能指出我正确的方向?
403 与 SSL 无关。403 表示未授权。检查您的权限和 IIS 中的身份验证设置。
它只是返回普通的 403 还是有像 403.4 这样的子状态?