Answer the question
In order to leave comments, you need to log in
How do I install an ASP.NET site in C#?
Project structure:
I have no idea how to install this project on the hosting to make it work.
I watched video tutorials on ASP.NET, but everything is different there.
A couple of introductions:
Answer the question
In order to leave comments, you need to log in
Config you will probably see settings there.
EFData - database models and content
EFQuries - queries?
Quries - apparently
Web dumps - the web application folder itself, in fact, right-click on it and select publish.
Inside, look at the entry points and what is configured there, in debug mode.
This is not asp.net, this is asp.net core. Everything is completely different there. In general, you need to build a sln solution, you will end up with an application that already has a web server, but it only responds to requests from localhost, to get around this you need to configure any other web server in proxy mode.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question