V
V
Vanik Khachatryan2018-11-23 17:09:48
ASP.NET
Vanik Khachatryan, 2018-11-23 17:09:48

How to start an ASP.NET Core project?

How to build a project into an .exe loader so that you can run the server and site on ASP.NET Core without Visual Studio, literally from a flash drive?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
#
#, 2018-11-23
@VaniXac

https://github.com/ElectronNET/Electron.NET

O
Ogoun Er, 2018-11-26
@Ogoun

1. Register in csproj

<PropertyGroup>
...
    <RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
...
  </PropertyGroup>

2. In the terminal, write the command
We get a completely ready-to-run application for Windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question