webdeploy

Troubleshooting 500.31 ANCM on Azure App Service

这一生的挚爱 提交于 2020-04-07 07:09:23
问题 After upgrading a project from ASP.NET Core 3.0 to ASP.NET Core 3.1 , my application stopped working on Azure App Services —but only when published using continuous deployment from Azure DevOps Pipelines . (Similar to another question, it continues to work if I publish directly from Visual Studio.) Specifically, the pipeline is still able to publish using the Azure App Service Deploy ( AzureRmWebAppDeployment ) task, but it fails to load in the Azure App Service environment with a 500.32

Troubleshooting 500.31 ANCM on Azure App Service

╄→尐↘猪︶ㄣ 提交于 2020-04-07 07:05:52
问题 After upgrading a project from ASP.NET Core 3.0 to ASP.NET Core 3.1 , my application stopped working on Azure App Services —but only when published using continuous deployment from Azure DevOps Pipelines . (Similar to another question, it continues to work if I publish directly from Visual Studio.) Specifically, the pipeline is still able to publish using the Azure App Service Deploy ( AzureRmWebAppDeployment ) task, but it fails to load in the Azure App Service environment with a 500.32

How to find out what version of webdeploy/msdeploy is currently installed?

时光总嘲笑我的痴心妄想 提交于 2020-03-21 11:04:27
问题 I'm looking for something like a Powershell script to check if msdeploy is installed and if it is, what version I've considered checking "c:\Program Files\IIS" and checking for MSDeploy installations there, but is this always guaranteed to be the install location? I need this to work on any given server machine 回答1: When msdeploy is installed (no matter where in the file system), it will add its install path to the registry at; HKLM\Software\Microsoft\IIS Extensions\MSDeploy\<version>

WebDeploy not listening on port 8172

大憨熊 提交于 2020-03-13 07:22:00
问题 I'm try to deploy a simple web application from my dev machine to IIS running on a Windows 7 Professional virtual machine. On this machine I did the following: Installed Web Deploy 3.6, making sure all features get installed. Made sure the Web Management and Web Deployment Agent services are set to Automatic and currently running. Enabled port 8172 in Windows Firewall (no other firewall installed). The rule was already there but not enabled. Temporarily turned off Windows Firewall to make

Can't load angular generated webpage (ng build --prod)

怎甘沉沦 提交于 2020-02-26 02:43:09
问题 After deploying my angular app by using ' ng build --prod ' I tried to open index.html file and check my webapp. But it display nothing in chrome, firefox and edge web browsers. After I open console and checked whether is there are any errors, it will show me 6 error messages. I should mention that my app successfully compiled and worked on ' http://localhost:4200/ ' . After I tried another angular app(new one), but it comes withe same kind of errors after build. Errors: 1) Access to script

Can not publish since moving to VS 2019

蓝咒 提交于 2020-02-20 03:42:48
问题 I have recently uninstalled VS 2017 and installed VS 2019. When I publish my website via Web Deploy, if fails with 2 error messages Failed to load publish certificate dialog due to error of Object reference not set to an instance of an object. MyWebsite.Ui Web deployment task failed. (Connected to the remote computer ("example.com") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted

Can not publish since moving to VS 2019

和自甴很熟 提交于 2020-02-20 03:38:11
问题 I have recently uninstalled VS 2017 and installed VS 2019. When I publish my website via Web Deploy, if fails with 2 error messages Failed to load publish certificate dialog due to error of Object reference not set to an instance of an object. MyWebsite.Ui Web deployment task failed. (Connected to the remote computer ("example.com") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted

Can not publish since moving to VS 2019

半腔热情 提交于 2020-02-20 03:37:08
问题 I have recently uninstalled VS 2017 and installed VS 2019. When I publish my website via Web Deploy, if fails with 2 error messages Failed to load publish certificate dialog due to error of Object reference not set to an instance of an object. MyWebsite.Ui Web deployment task failed. (Connected to the remote computer ("example.com") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted

Can not publish since moving to VS 2019

余生长醉 提交于 2020-02-20 03:36:17
问题 I have recently uninstalled VS 2017 and installed VS 2019. When I publish my website via Web Deploy, if fails with 2 error messages Failed to load publish certificate dialog due to error of Object reference not set to an instance of an object. MyWebsite.Ui Web deployment task failed. (Connected to the remote computer ("example.com") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted

Can not publish since moving to VS 2019

十年热恋 提交于 2020-02-20 03:35:18
问题 I have recently uninstalled VS 2017 and installed VS 2019. When I publish my website via Web Deploy, if fails with 2 error messages Failed to load publish certificate dialog due to error of Object reference not set to an instance of an object. MyWebsite.Ui Web deployment task failed. (Connected to the remote computer ("example.com") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted