ASP.NET 5 Nightly's icon

ASP.NET 5 Nightly 1.0.0-rc2-16258

Microsoft's framework for building web applications (nightly)

Description

ASP.NET 5 is a new open-source and cross-platform framework for building modern cloud-based Web applications using .NET. It is built from the ground up to provide an optimized development framework for apps that are either deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. ASP.NET 5 is fully open source on GitHub.

Readme

Unstable builds from the official dev branch on GitHub.

Getting started

# Start a container with the ASP.NET 5 image

> turbo run microsoft/aspnet5-dev,git/git


# Start a container with the ASP.NET 5 image

# on machine without .NET installed

> turbo run microsoft/aspnet5-dev,microsoft/dotnet,git/git


# Start a container with the ASP.NET 5 image

# on machine without .NET and Powershell 3.0/4.0 installed

> turbo run microsoft/aspnet5-dev,microsoft/dotnet,microsoft/powershell,git/git


# In the container, clone a sample project from GitHub

(123) > git clone http://github.com/aspnet/Home.git


# Change folder to the sample project

(123) > cd Home\sample\latest\HelloMvc


# Restore the packages required by that sample

(123) C:\Home\sample\latest\HelloMvc> dnu restore


# Run the web app

(123) C:\Home\sample\latest\HelloMvc> dnx . web

Now open your browser to http://localhost:5001

Change the port on the container

If you already have another site running on port 5001 and you would like to have the traffic running on another port, you can simply use the --route-add parameter in the run command.

# Redirect traffic on port 5001 to 5002

turbo run --route-add=5002:5001 microsoft/aspnet5-dev

Stop ASP.NET 5 server

You can stop the ASP.NET 5 server by pressing Enter in the ASP.NET 5 cmd window.

Getting help

For more help, please run 'dnx -h' in the virtual command prompt.


Release Notes

No release notes


EULA

  • Actions

    Go to TurboScript
  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
    Developer: asp.net/vnext
  • Current
    1.0.0-rc2-16258 updated 9 years ago
  • Details
    Updated: March 18, 2016
    Created: July 29, 2015