I'm curious how SPDY should be implemented when using an ASP.NET MVC application. As far as I know it is not the case by now, but should I wait for an updated MVC (5), new IIS-server, upgraded .net-framework, or something else?

有帮助吗?

解决方案

My understanding of this question is "can I use spdy with my IIS based server and .net application".

As I understand it, IIS would need to implement the protocol, and/or a third party would need to offer a module for IIS that implements this. So far, I have not found either of these, but will update my answer if I do.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top