如何在 Framework 4.0 中启用 SSL 邮件设置

发布于 2024-10-10 10:19:23 字数 356 浏览 4 评论 0原文

我想在我的 Framework 4 应用程序的 web.config 中启用 SSL,但我找不到它的示例。

我看到参考: http://msdn.microsoft.com/en-us/library/system.net.configuration.smtpnetworkelement.enablessl%28VS.100%29.aspx,但是我仍然不知所措。

有人有什么想法吗?

I want to enable SSL in the web.config for my framework 4 app however I cant find an example of it.

I see the reference : http://msdn.microsoft.com/en-us/library/system.net.configuration.smtpnetworkelement.enablessl%28VS.100%29.aspx, however I'm still at a loss.

Does anyone have any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

复古式 2024-10-17 10:19:23
  1. 根据链接和“smtp”标签的内容,我假设您正在尝试为 Web 应用程序中的 SMTP 交互启用 SSL。
    http://msdn.microsoft.com/en-us/library/ms164242.aspx 有 smtp 配置设置示例(相当于您的链接指向的编程设置)。
  2. 在(不太可能)的情况下,您尝试为 Web 应用程序本身设置 SSL,这将是仅限于网站的 Web 服务器设置。
  3. 您可以从 web.config(对于 IIS 7.0 及更高版本)控制的一项 SSL 设置是 SSL 要求策略。要了解如何为运行在 IIS 7.0 及更高版本上的 Web 应用程序设置 SSL 策略,请在 www.iis.net 的配置参考中查找 system.webServer/security/access 信息(我不允许发布多个超链接)一个时间,所以我无法为您输入超链接)
  1. From the content of the link and "smtp" tag I assume you are trying to enable SSL for the SMTP interactions from your web application.
    http://msdn.microsoft.com/en-us/library/ms164242.aspx has example of the smtp configuration settings (equivalent to the programmatic settings that your link was pointing to).
  2. In the (unlikely) case, you are trying to setup SSL for the web application itself, that would be web server setting scoped to the website.
  3. One SSL setting you can control from web.config (for IIS 7.0 and above) is the SSL requirement policy. To learn about setting up SSL policy for the web application running on IIS 7.0 and above, look up system.webServer/security/access information in the configuration reference of www.iis.net (I'm not allowed to post more than one hyperlink a time so I cannot type the hyperlink for you)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文