Web Deploy
1 TopicAzure Web App vs IIS Web Deploy
I am currently testing Azure Web Apps for my company. I have migrated a few PHP websites successfully. Now I am trying to test migrating a .net website. Our typical deployment to IIS consists of using https://www.iis.net/downloads/microsoft/web-deploy. We copy the Zip file to the server, right click the site and click "Deploy" Then "Import Application" then just click next a few times and restart the App Pool. When I attempt to use https://docs.microsoft.com/en-us/azure/app-service/deploy-zip#deploy-zip-file by uploading the zip, but instead of getting the correct file structure, it basically just unzips the zip file in the folder in the wrong structure and that is it. The results looks like this (d:\home\site\wwwroot): Content (folder) archive.xml parameters.xml systemInfo.xml I appear to be missing something in the deployment process. How can I deploy this to a Web App without my developer having to change his process?3.5KViews0likes1Comment