I have a win 2k3 server (so stating the obvious IIS6) with service pack 2. Is it possible to bin deploy an ASP.NET MVC 2 application to this server with installing additional material on the server? The server currently has .NET 2.0 framework installed, but there is too much red tape to upgrade the server.
I have found an article from Scott Hanselman stating that pre-official MVC 1 release can operate on .NET 2.0 framework provided you do not use .NET 3.5 features (i.e. LINQ). However further research shows that LINQBridge supports .NET 2.0 framework.
Is it possible to combine these technologies to deploy an ASP.NET MVC application to a .NET 2.0 server?