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.
我是 ASP.NET 的新手,我开发了一个网站并将其托管在 GoDaddy 上。是否有可能在网站下有一个文件夹需要 https 才能访问它或它下面的任何文件?换句话说,当从该文件夹加载任何文件时,URL 地址将变为 HTTPS://
谢谢
用 .装饰提供对这些 URL 的访问的控制器[RequireHttps]。
[RequireHttps]
看看http://www.dantor.com/support/misc/web-config-response-redirect.aspx它有一些很好的例子。我想您可以使用其中之一重定向到 https URL。
http://www.dantor.com/support/misc/web-config-response-redirect.aspx