https://stackify.com/how-to-deploy-asp-net-core-to-iis/
IIS Deploy
https://docs.microsoft.com/en-us/aspnet/web-api/overview/hosting-aspnet-web-api/
OWIN or MS Azure.
https://www.youtube.com/watch?v=Lt3wve_nb0g
Above links looks promising, but didn't work for me when I tried to deploy into local folder.
I tried to copy the whole project to FTP but it didn't work either.
The email reply from winhost was helpful. After fixing a few things as below, it started working!
Just disable WebDav in your web.config file.
No comments:
Post a Comment