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

后端 未结 2 1889
灰色年华
灰色年华 2020-12-19 10:45

We are trying to get our .NET devs to use the ASP.NET Development Server (VS2008) for web development instead of a local instance of IIS.

I received this response as

相关标签:
2条回答
  • 2020-12-19 11:34

    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.

    0 讨论(0)
  • 2020-12-19 11:39

    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.

    0 讨论(0)
提交回复
热议问题