If you see script executing exception try tris Set-ExecutionPolicy RemoteSigned
Use DNVM (.NET version manager) to list all runtime versions installed, update packages and add library path to windows user path clr – old .NET; coreclr – new compatible with linux etc. dnvm upgrade dnvm list dnvm use x.x.x-beta -r clr -arch x86 <strong>-p</strong>
Create new ASP.NET project (basic) – yo->Run a generator->Aspnet yo
Restore missing assemblies: dnu restore
Run your basic app using dnx buildin webserver
Console app (good to know how to run a console app): dnx run
Web app (our app): dnx web