I posted this question at a VS forum, and have been suggested post it here.
Suppose website www.mydomain.com has an application myapp (i.e. www.mydomain.com/myapp), can myapp be published using Web Deploy?
I cannot figure out how to configure the publish profile for this, or it is impossible. I have tried the following configuration in VS:
Publish method: Web Deploy
service URL: www.mydomain.com
Site/application /myapp
and got the following error:
Error 1 Web deployment task failed. (Site 'myapp' does not exist.)
Any tip will be greatly appreciated.
↧