Compatibility
ASP.NET MVC library compatibility
The ASP.NET library is compiled for .NET 3.5, 4.0 and 4.5.
|
ASP.NET MVC 2 |
ASP.NET MVC 4 |
ASP.NET MVC 5 |
net35 |
✔ |
|
|
net40 |
|
✔ |
|
net45 |
|
|
✔ |
Notes
- Using the net35 assembly will mean that you have to manually register the HttpModule in your web.config file. Other versions will automatically register themselves