Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrade to ASP.NET MVC version 2

I have been doing some work on a ASP.NET MVC project today i tried to publish the website but i ve got an error. my hosting service provider told me is due to the fact that i have version 1 while they support version 2. how can i upgrade to version 2? are the differences between the two version so extreme that a previous version is not supported by the successuve?

thanks

like image 239
user220994 Avatar asked Oct 25 '22 23:10

user220994


2 Answers

That seems very unusual, because:

  1. MVC 2 is still in beta, and
  2. The two versions can be run side by side.
like image 178
Robert Harvey Avatar answered Oct 28 '22 14:10

Robert Harvey


This sounds backwards (i.e. I would see if they only supported 1, not 2). 2 is not yet final, unless I'm very much wrong.

MVC should be bin-deployable. Just mark the reference (to your current v1 ref) to copy local and try publishing that way.

like image 27
Chris Simmons Avatar answered Oct 28 '22 13:10

Chris Simmons