To edit or publish a .NET DataStore project:
-
Go to the location where the C# solution is generated (%username%\source\repos by default); and double click [projectname].sln to launch the solution in a C# editor such as Visual Studio or Visual Studio Code.
-
Edit the .NET DataStore project, or publish the .NET DataStore project to the server just like how you publish any ASP.NET Core app.
For more information, refer to the Visual Studio documents.


