I would like to deploy my asp.net core 6.0 application on a remote PC using the publish option in visual studio 2022.
When I check the connection with the remote machine, I get the following error message :
ERROR_DESTINATION_NOT_REACHABLE
The remote PC is not configured as a server. I create the local administrator account "Sylvain' on it that I use for publishing.
I did a "net start wmsvc & net start msdepsvc" on the remote PC, as described in the following page : web deploy error codes
But it doesn't work
Any idea ?