Web service migration from Local IIS to Azure -
i used azure website migration assistance migrate web service running on local vm's iis. migration process successful , able use web service. can't find find migrated source code in azure portal. can see 20mb of data in on dashboard graph of azure portal. if need changed of code this?
what on azure web app should match on iis server. now, update web app, can use deployment techniques here: https://azure.microsoft.com/en-us/documentation/articles/web-sites-deploy/
the simplest method deploy check content on web app use scm site. available at: https://your-site-name.scm.azurewebsites.net. go debug console > cmd , site > wwwroot folder see web app content. can upload site via drag , drop.
alternatively, can download publishing settings web app via portal , re-use migration tool, select site, , upload publishing settings. suggest using deployment techniques above first. (disclaimer: wrote migration tool.)
Comments
Post a Comment