WAP, How to Publish to Web with Web Deploy?
I want to publish my web application on a hosting server.
Domain: mysite.com
Folder: mysite.com/TestWAP
Can I use one-click deployment on typical discount shared hosting?
Will I need to make any installation on the server first, and how is this done?
- With the above details, 开发者_StackOverflow中文版what would I specify in the "Service URL" and "Site/Application" fields?
Check out these resources:
How to: Deploy a Web Application Project Using One-Click Publish and Web Deploy
Walkthrough: Deploying a Web Application Project Using One-Click Publish
ASP.NET Web Application Project Deployment FAQ
Build, publish local with a manual first time setup on shared host. From then on publish through Visual Studio Publish - FTP option.
I think you are looking for this.
Configure the Web Deployment Handler
Hope this help.
精彩评论