Pavel Jedlicka
Pavel Jedlicka

Reputation: 585

ASP.NET vNext in Visual Studio 2013 SP2

I have install Visual Studio 2013 SP3. I can´t find project for ASP.NET vNext. These pages tell about vNext in Visual Studio SP2:

http://blogs.msdn.com/b/somasegar/archive/2014/05/12/mobile-first-cloud-first-development-visual-studio-apache-cordova-tooling-and-cloud-optimized-net-futures.aspx

http://blogs.msdn.com/b/visualstudio/archive/2014/05/12/visual-studio-2013-update-2-is-here.aspx

What I need install for vNext and cloud optimize mode work with VS 2013?

Upvotes: 2

Views: 3040

Answers (1)

DesDesDes
DesDesDes

Reputation: 139

I think the first link talks about a few unrelated topics / products released by Microsoft. ASP.NET vNext is not available in VS2013. You could download Virtual Box (https://www.virtualbox.org/) which is free. Then install a trial version of Windows Server 2012 R2 (http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2) inside Virtual Box which is free to try for 180 days. Then install VS "14" on the guest machine. That way you don't have to buy anything and can still try VS "14" CTP 2. After the 180 days both the VS and Windows licence will expire so it makes no sense to keep the Virtual Box image anyway.

Upvotes: 6

Related Questions