如何实现在ASP.NET项目HTTPS? [英] How do I implement HTTPS in an ASP.NET Project?

查看:355
本文介绍了如何实现在ASP.NET项目HTTPS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要实现我的ASP.NET应用程序HTTPS。我该怎么做呢?

I want to implement HTTPS in my ASP.NET application. How do I do it?

推荐答案

HTTPS不必在code本身内实现。只要code,而实现SSL服务器下运行,你不会有任何问题。

HTTPS need not be implemented within the code itself. As long as the code runs under a server that is implementing the SSL, you will have no problem.

看看这里:与IIS正确设置SSL和ASP.NET

的唯一的事情是要确保任何code调用另一个页面也应SSL站点下,否则用户将被给予警告。这尤其是忽视与图像。

The only thing is to make sure that any code that calls another page should also be under the SSL site, otherwise users will be given warnings. This especially is overlooked with images.

这篇关于如何实现在ASP.NET项目HTTPS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆