How to publish ASP.NET Web API without Visual Studio?
There is an external server where only binary files or the created project should be.
If I publish with a studio on localhost in local IIS, no problem. But now I need to publish it on a remote Windows server, where there is no Visual Studio, just access to IIS and RDP.
I tried to create a new website from the IIS management tool, assign a classic AppPool, assign a new website to a physical path, copy files from Dev PC to this path.
And it just does not work and does not show any errors ... How can I solve this problem?
user2402179
source share