asp.net mvc - Create and Run MVC 5 Project in VS 2012 -


for reason visual studio 2013 preview cannot create mvc 5 projects. since mvc project open source in codeplex wondering if there's simple way develop mvc 5 projects in visual studio 2012 ultimate.

a new tutorial has been added asp.net website on how upgrade mvc4 project mvc5.

i migrated vs 2012 project using tutorial without problems, there no design time support razor 3 in vs2012 due changes in way vs loads razor engine.

you can edit razor pages in vs2012, plain html editor.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -