Does the ASP.NET Development Server (a.k.a. Cassini) support SSL?

十年热恋 提交于 2019-11-29 11:01:12

The web server built into VS doesn't not support SSL. It is meant to be a quick way to test an application. For SSL, you would need to use IIS and get a certificate.

Actually there is a possible approach- if you just want to run ASP.NET programs with SSL, you can use Cassini + Apache Http Proxy/Nginx for Windows. But if you are on Windows XP beware there might have limitations on concurrent connections.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!