Skip to content

Web API Init

Oleg Burov edited this page May 11, 2018 · 5 revisions

Before you get started, make sure you have Visual Studio 2017 v15.7.0 or higher and ASP.NET Core 2.1 with .NET Core 2.1. Both come with .NET Core SDK 2.1.300-rc1 or higher.

You can download Visual Studio and .NET Core SDK here https://www.microsoft.com/net/download/windows

Visual Studio

In Visual Studio 2017, create a new project ASP.NET Core Web Application.

Auth0 and Web App

In the dialog box New ASP.NET Core Web Application, use the template API.

Auth0 and Web App

What's next?

Web API - AppSettings

Clone this wiki locally