When you download and install asp.net MVC, does it just add code to the .net framework class library?
ASP.NET MVC è un framework che funziona su ASP.NET Framework che è basato su .NET Framework. Tuttavia, offre la possibilità di configurare liberamente e avere codice Open Source.
why can it not be installed on top of .net 2.0?
La versione precedente del framework MVC di ASP.NET Può essere implementata su .NET Framework 2.0. Ecco un articolo che lo dimostra: Distribuzione di ASP.NET MVC su ASP.NET 2.0 .
I passaggi da seguire sono:
- Sviluppato su Visual Studio 2008
- Targeting .NET 2.0 nel progetto
Proprietà - Distribuita l'applicazione su una macchina .NET 2.0 SP1 copiata
- System.Core.dll locale nella cartella web apps / bin
Potresti anche trovare utile seguire questo articolo per distribuire l'applicazione asp.net mvc su .NET 2.0 - Distribuzione di un sito Web ASP.NET MVC su IIS 6 e .NET 2.0