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?
Asked
Active
Viewed 1,830 times
6
-
`SPDY` is an application-level protocol. You would need a new IIS *and the clients would need a new browser* (IE does not yet support it). – Jon Sep 13 '13 at 08:33
-
3Not entirely true, IE11 will support SPDY/3. – igrigorik Sep 14 '13 at 02:30
-
Confirming IE11 shows it loads facebook, google and others using SPDY protocol. – Brady Moritz Aug 07 '14 at 19:54
1 Answers
3
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.

Brady Moritz
- 8,624
- 8
- 66
- 100
-
How about .net self hosting applications? Since there is no IIS, is there any support from .net framwork to facilitate HTTP/2? At least in the plan. – Archer May 04 '15 at 07:48