.Net Core 1.1.0 Visual Studio Tooling
I’ve just migrated a asp.net core project from 1.0.1 to 1.1.0 and when running dotnet run or dotnet restore I get the following message
I’ve just migrated a asp.net core project from 1.0.1 to 1.1.0 and when running dotnet run or dotnet restore I get the following message
how can I start the ASP.NET Core with the dotnet CLI samples so that they don’t listen to the localhost?
IIS Express is immediately closed after i try to debug my asp.net core project under it.
i am using visual studio 2015 update 3.
I’m trying to set up continous deployment for an Azure Web App from Bitbucket. The deployment however fails with the following error:
I wanted to add my own custom data for users so I was following the tutorial
Add, download, and delete custom user data to Identity in an ASP.NET Core project
I am using Visual Studio 2017 community edition. I have installed .NET Core SDK 2.0.3 version and .NET Core 2.0.0 runtime. But I don’t see the ASP.NET Core with .NET Framework template option in Visual Studio 2017. Do I need to install anything else?
I’m actually working on form validation in Blazor project (0.8.0).
According to this blog post, I can deploy vNext apps to Azure using Kudu. I’ve successfully tried it with vNext beta 1. However, it does not work with vNext beta 2.
I follow JWT Authentication for Asp.Net Web Api answer to add JWT to my asp.net core project but System.Web.Http.Filters is not supported in .net core??
I am using Visual Studio 2015 Enterprise Update 1 and ASP.NET vNext rc1-update1 to issue and consume JWT tokens as described here.