Help me to execute existing project(ASP.NET)
Help me
I have just started ASP.NET project
But I am not executing project yet
I have ASP.NET project source code.
I have installed dotnet sdk 8.02 and SQL server
And I wrote command "dotnet build" in terminal
BUut I have error.
1 Reply
ASP.NET 4.x projects are not supported by .NET CLI. You need to use MSBuild at command line to compile them.