Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Porting existing ASP.NET MVC web sites to DNX

How do you port an existing ASP.NET MVC web site to build with DNX to make it cross platform?

Ideally I'd like to be able to build it with VSCode

like image 329
Zain Rizvi Avatar asked Nov 09 '22 14:11

Zain Rizvi


1 Answers

Currently there isn't automatic conversion tool. You have to create an ASP.NET 5 WebSite Project and import your Views, Controllers, Classes, etc. manually

like image 62
orrel Avatar answered Nov 15 '22 06:11

orrel