Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.4k stars 4.8k forks source link

Error 503 after upgraded to .net Core 3.0 on my Azure WebApp #7900

Closed ranouf closed 5 years ago

ranouf commented 5 years ago

Hi,

If I m not at the good place, please, could you give me the good place to submit this issue?

I juste upgrade my Web App to .Net Core 3.0. I installed the extension in Azure Portabl to be able to run a .Net Core 3.0 Web App.

When I run the app in local, every thing works well. When the app was in .net Core 2.2 on Azure, every things worked well.

After upgrading to .Net core 3.0, I can't access to the website, I always get an error 503. When I look in Console log here is what I have:

Connecting... 2019-09-24T17:42:53 Welcome, you are now connected to log-streaming service. The default timeout is 2 hours. Change the timeout with the App Setting SCM_LOGSTREAM_TIMEOUT (in seconds). 2019-09-24T17:43:02 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:43:02 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:43:02 env XPROC_METHODNAME=Transform 2019-09-24T17:43:02 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:02 on /configuration/system.webServer 2019-09-24T17:43:02 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:02 on /configuration/system.webServer/runtime 2019-09-24T17:43:02 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:02 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:02 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:02 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:02 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:02 Inserted 'add' element 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:02 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:02 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:02 Inserted 'add' element 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:02 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:02 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:02 Inserted 'add' element 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:02 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:02 Applying to 'add' element (no source line info) 2019-09-24T17:43:02 Replaced 'add' element 2019-09-24T17:43:02 EndSection Done executing Replace 2019-09-24T17:43:02 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:02 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:02 Applying to 'modules' element (no source line info) 2019-09-24T17:43:02 EndSection Done executing InsertIfMissing 2019-09-24T17:43:02 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:43:02 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:03 on /configuration/system.webServer 2019-09-24T17:43:03 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime 2019-09-24T17:43:03 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:03 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:03 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:03 Applying to 'add' element (no source line info) 2019-09-24T17:43:03 Replaced 'add' element 2019-09-24T17:43:03 EndSection Done executing Replace 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:03 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:03 Applying to 'modules' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:43:03 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:03 on /configuration/system.webServer 2019-09-24T17:43:03 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime 2019-09-24T17:43:03 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:03 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertIfMissing 2019-09-24T17:43:03 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:03 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:03 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:43:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:43:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:03 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:03 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:43:03 sandboxproc.exe complete successfully. Elapsed = 1328.00 ms 2019-09-24T17:43:18 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:43:18 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:43:18 env XPROC_METHODNAME=Transform 2019-09-24T17:43:18 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:18 on /configuration/system.webServer 2019-09-24T17:43:18 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:18 on /configuration/system.webServer/runtime 2019-09-24T17:43:18 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:18 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:18 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:18 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:18 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:18 Inserted 'add' element 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:18 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:18 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:18 Inserted 'add' element 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:18 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:18 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:18 Inserted 'add' element 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:18 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:18 Applying to 'add' element (no source line info) 2019-09-24T17:43:18 Replaced 'add' element 2019-09-24T17:43:18 EndSection Done executing Replace 2019-09-24T17:43:18 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:18 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:18 Applying to 'modules' element (no source line info) 2019-09-24T17:43:18 EndSection Done executing InsertIfMissing 2019-09-24T17:43:18 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:43:18 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:19 on /configuration/system.webServer 2019-09-24T17:43:19 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime 2019-09-24T17:43:19 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:19 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:19 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:19 Applying to 'add' element (no source line info) 2019-09-24T17:43:19 Replaced 'add' element 2019-09-24T17:43:19 EndSection Done executing Replace 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:19 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:19 Applying to 'modules' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:43:19 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:19 on /configuration/system.webServer 2019-09-24T17:43:19 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime 2019-09-24T17:43:19 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:19 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertIfMissing 2019-09-24T17:43:19 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:19 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:19 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:43:19 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:43:19 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:19 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:19 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:43:19 sandboxproc.exe complete successfully. Elapsed = 1404.00 ms 2019-09-24T17:43:20 PID[15556] Information 09-24 17:43:20 Critical: StopProfiler triggered. 2019-09-24T17:43:20 PID[15556] Information 09-24 17:43:20 Information: Stopping circular monitor and collecting etl snapshot. 2019-09-24T17:43:35 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:43:35 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:43:35 env XPROC_METHODNAME=Transform 2019-09-24T17:43:35 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:35 on /configuration/system.webServer 2019-09-24T17:43:35 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:35 on /configuration/system.webServer/runtime 2019-09-24T17:43:35 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:35 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:35 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:35 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:35 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:35 Inserted 'add' element 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:35 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:35 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:35 Inserted 'add' element 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:35 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:35 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:35 Inserted 'add' element 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:35 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:35 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:35 Applying to 'add' element (no source line info) 2019-09-24T17:43:35 Replaced 'add' element 2019-09-24T17:43:35 EndSection Done executing Replace 2019-09-24T17:43:35 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:35 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:35 Applying to 'modules' element (no source line info) 2019-09-24T17:43:35 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:43:36 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:36 on /configuration/system.webServer 2019-09-24T17:43:36 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime 2019-09-24T17:43:36 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:36 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:36 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:36 Applying to 'add' element (no source line info) 2019-09-24T17:43:36 Replaced 'add' element 2019-09-24T17:43:36 EndSection Done executing Replace 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:36 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:36 Applying to 'modules' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:43:36 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:36 on /configuration/system.webServer 2019-09-24T17:43:36 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime 2019-09-24T17:43:36 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:36 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertIfMissing 2019-09-24T17:43:36 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:36 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:36 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:43:36 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:43:36 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:36 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:36 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:43:36 sandboxproc.exe complete successfully. Elapsed = 2048.00 ms 2019-09-24T17:43:50 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:43:50 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:43:50 env XPROC_METHODNAME=Transform 2019-09-24T17:43:51 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:51 on /configuration/system.webServer 2019-09-24T17:43:51 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime 2019-09-24T17:43:51 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:51 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 Inserted 'add' element 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 Inserted 'add' element 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 Inserted 'add' element 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:51 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:51 Applying to 'add' element (no source line info) 2019-09-24T17:43:51 Replaced 'add' element 2019-09-24T17:43:51 EndSection Done executing Replace 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:51 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:51 Applying to 'modules' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:43:51 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:51 on /configuration/system.webServer 2019-09-24T17:43:51 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime 2019-09-24T17:43:51 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:51 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:43:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:43:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:51 EndSection Done executing InsertIfMissing 2019-09-24T17:43:51 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:43:51 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:51 Applying to 'add' element (no source line info) 2019-09-24T17:43:51 Replaced 'add' element 2019-09-24T17:43:51 EndSection Done executing Replace 2019-09-24T17:43:52 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:43:52 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:43:52 Applying to 'modules' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertIfMissing 2019-09-24T17:43:52 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:43:52 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:43:52 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:43:52 on /configuration/system.webServer 2019-09-24T17:43:52 Applying to 'configuration' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertIfMissing 2019-09-24T17:43:52 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:43:52 on /configuration/system.webServer/runtime 2019-09-24T17:43:52 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertIfMissing 2019-09-24T17:43:52 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:43:52 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:43:52 Applying to 'runtime' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertIfMissing 2019-09-24T17:43:52 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:43:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:43:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:52 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:43:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:43:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:52 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:43:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:43:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:43:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:43:52 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:43:52 sandboxproc.exe complete successfully. Elapsed = 1606.00 ms 2019-09-24T17:44:07 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:44:07 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:44:07 env XPROC_METHODNAME=Transform 2019-09-24T17:44:07 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:44:07 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:07 on /configuration/system.webServer 2019-09-24T17:44:07 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:07 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime 2019-09-24T17:44:08 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:08 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 Inserted 'add' element 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 Inserted 'add' element 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 Inserted 'add' element 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:08 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:08 Applying to 'add' element (no source line info) 2019-09-24T17:44:08 Replaced 'add' element 2019-09-24T17:44:08 EndSection Done executing Replace 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:08 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:08 Applying to 'modules' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:44:08 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:08 on /configuration/system.webServer 2019-09-24T17:44:08 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime 2019-09-24T17:44:08 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:08 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:08 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:08 Applying to 'add' element (no source line info) 2019-09-24T17:44:08 Replaced 'add' element 2019-09-24T17:44:08 EndSection Done executing Replace 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:08 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:08 Applying to 'modules' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:44:08 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:08 on /configuration/system.webServer 2019-09-24T17:44:08 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime 2019-09-24T17:44:08 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:08 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertIfMissing 2019-09-24T17:44:08 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:08 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:44:08 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:44:08 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:08 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:08 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:44:09 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:44:09 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:09 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:09 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:44:09 sandboxproc.exe complete successfully. Elapsed = 1743.00 ms 2019-09-24T17:44:24 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:44:24 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:44:24 env XPROC_METHODNAME=Transform 2019-09-24T17:44:24 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:25 on /configuration/system.webServer 2019-09-24T17:44:25 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:25 EndSection Done executing InsertIfMissing 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:25 on /configuration/system.webServer/runtime 2019-09-24T17:44:25 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:25 EndSection Done executing InsertIfMissing 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:25 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:25 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:25 EndSection Done executing InsertIfMissing 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:25 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:25 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:25 Inserted 'add' element 2019-09-24T17:44:25 EndSection Done executing InsertIfMissing 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:25 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:25 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:25 Inserted 'add' element 2019-09-24T17:44:25 EndSection Done executing InsertIfMissing 2019-09-24T17:44:25 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:25 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:26 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:26 Inserted 'add' element 2019-09-24T17:44:26 EndSection Done executing InsertIfMissing 2019-09-24T17:44:26 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:26 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:26 Applying to 'add' element (no source line info) 2019-09-24T17:44:26 Replaced 'add' element 2019-09-24T17:44:26 EndSection Done executing Replace 2019-09-24T17:44:26 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:26 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:26 Applying to 'modules' element (no source line info) 2019-09-24T17:44:26 EndSection Done executing InsertIfMissing 2019-09-24T17:44:26 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:44:26 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:44:26 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:26 on /configuration/system.webServer 2019-09-24T17:44:26 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:26 EndSection Done executing InsertIfMissing 2019-09-24T17:44:26 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:26 on /configuration/system.webServer/runtime 2019-09-24T17:44:26 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:26 EndSection Done executing InsertIfMissing 2019-09-24T17:44:26 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:26 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:26 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:27 EndSection Done executing InsertIfMissing 2019-09-24T17:44:27 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:27 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:27 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:27 EndSection Done executing InsertIfMissing 2019-09-24T17:44:27 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:27 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:27 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:27 EndSection Done executing InsertIfMissing 2019-09-24T17:44:27 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:27 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:27 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:27 EndSection Done executing InsertIfMissing 2019-09-24T17:44:27 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:27 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:27 Applying to 'add' element (no source line info) 2019-09-24T17:44:27 Replaced 'add' element 2019-09-24T17:44:27 EndSection Done executing Replace 2019-09-24T17:44:27 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:27 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:27 Applying to 'modules' element (no source line info) 2019-09-24T17:44:27 EndSection Done executing InsertIfMissing 2019-09-24T17:44:27 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:44:27 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:44:28 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:28 on /configuration/system.webServer 2019-09-24T17:44:28 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:28 EndSection Done executing InsertIfMissing 2019-09-24T17:44:28 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:28 on /configuration/system.webServer/runtime 2019-09-24T17:44:28 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:28 EndSection Done executing InsertIfMissing 2019-09-24T17:44:28 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:28 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:28 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:28 EndSection Done executing InsertIfMissing 2019-09-24T17:44:28 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:44:28 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:44:28 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:28 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:28 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:44:28 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:44:28 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:28 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:28 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:44:28 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:44:29 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:29 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:29 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:44:29 sandboxproc.exe complete successfully. Elapsed = 4775.00 ms 2019-09-24T17:44:50 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:44:50 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:44:50 env XPROC_METHODNAME=Transform 2019-09-24T17:44:50 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:51 on /configuration/system.webServer 2019-09-24T17:44:51 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime 2019-09-24T17:44:51 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:51 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:51 Inserted 'add' element 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:51 Inserted 'add' element 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:51 Inserted 'add' element 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:51 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:51 Applying to 'add' element (no source line info) 2019-09-24T17:44:51 Replaced 'add' element 2019-09-24T17:44:51 EndSection Done executing Replace 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:51 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:51 Applying to 'modules' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:44:51 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:51 on /configuration/system.webServer 2019-09-24T17:44:51 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime 2019-09-24T17:44:51 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:51 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:44:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:44:51 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:51 EndSection Done executing InsertIfMissing 2019-09-24T17:44:51 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:44:51 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:44:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertIfMissing 2019-09-24T17:44:52 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:44:52 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:52 Applying to 'add' element (no source line info) 2019-09-24T17:44:52 Replaced 'add' element 2019-09-24T17:44:52 EndSection Done executing Replace 2019-09-24T17:44:52 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:44:52 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:44:52 Applying to 'modules' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertIfMissing 2019-09-24T17:44:52 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:44:52 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:44:52 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:44:52 on /configuration/system.webServer 2019-09-24T17:44:52 Applying to 'configuration' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertIfMissing 2019-09-24T17:44:52 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:44:52 on /configuration/system.webServer/runtime 2019-09-24T17:44:52 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertIfMissing 2019-09-24T17:44:52 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:44:52 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:44:52 Applying to 'runtime' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertIfMissing 2019-09-24T17:44:52 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:44:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:44:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:52 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:44:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:44:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:52 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:44:52 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:44:52 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:44:52 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:44:52 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:44:52 sandboxproc.exe complete successfully. Elapsed = 2687.00 ms 2019-09-24T17:45:09 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:45:09 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:45:09 env XPROC_METHODNAME=Transform 2019-09-24T17:45:10 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:45:09 PID[15556] Information 09-24 17:45:09 Information: Start to upload trace C:\DWASFiles\Sites#1xx-webapp-qa\Temp\DA.Circular.2019-09-24T17-40-59-2964487Z.637049436592964487.637049438009159283.etl.zip 2019-09-24T17:45:10 PID[15556] Information 09-24 17:45:09 Critical: Upload trace was canceled as no activity detected from target iKey. 2019-09-24T17:45:10 PID[15556] Information 09-24 17:45:09 Information: Target iKey: 504ca676-e27a-41ae-9bdd-67684138d578. Detected iKeys: . 2019-09-24T17:45:10 PID[15556] Information 09-24 17:45:09 Critical: StopProfiler succeeded. 2019-09-24T17:45:10 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:45:10 on /configuration/system.webServer 2019-09-24T17:45:10 Applying to 'configuration' element (no source line info) 2019-09-24T17:45:10 EndSection Done executing InsertIfMissing 2019-09-24T17:45:10 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:45:10 on /configuration/system.webServer/runtime 2019-09-24T17:45:10 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:45:10 EndSection Done executing InsertIfMissing 2019-09-24T17:45:10 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:45:10 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:45:10 Applying to 'runtime' element (no source line info) 2019-09-24T17:45:10 EndSection Done executing InsertIfMissing 2019-09-24T17:45:10 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:45:10 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:45:10 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:10 Inserted 'add' element 2019-09-24T17:45:10 EndSection Done executing InsertIfMissing 2019-09-24T17:45:11 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:45:11 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:45:11 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:11 Inserted 'add' element 2019-09-24T17:45:11 EndSection Done executing InsertIfMissing 2019-09-24T17:45:11 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:45:11 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:45:11 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:11 Inserted 'add' element 2019-09-24T17:45:11 EndSection Done executing InsertIfMissing 2019-09-24T17:45:11 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:45:11 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:45:11 Applying to 'add' element (no source line info) 2019-09-24T17:45:11 Replaced 'add' element 2019-09-24T17:45:11 EndSection Done executing Replace 2019-09-24T17:45:11 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:45:11 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:45:11 Applying to 'modules' element (no source line info) 2019-09-24T17:45:11 EndSection Done executing InsertIfMissing 2019-09-24T17:45:12 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:45:12 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:45:12 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:45:12 on /configuration/system.webServer 2019-09-24T17:45:12 Applying to 'configuration' element (no source line info) 2019-09-24T17:45:12 EndSection Done executing InsertIfMissing 2019-09-24T17:45:12 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:45:12 on /configuration/system.webServer/runtime 2019-09-24T17:45:12 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:45:13 EndSection Done executing InsertIfMissing 2019-09-24T17:45:13 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:45:13 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:45:13 Applying to 'runtime' element (no source line info) 2019-09-24T17:45:13 EndSection Done executing InsertIfMissing 2019-09-24T17:45:13 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:45:13 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:45:13 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:13 EndSection Done executing InsertIfMissing 2019-09-24T17:45:13 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:45:13 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:45:13 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:13 EndSection Done executing InsertIfMissing 2019-09-24T17:45:14 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:45:14 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:45:14 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:14 EndSection Done executing InsertIfMissing 2019-09-24T17:45:14 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:45:14 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:45:14 Applying to 'add' element (no source line info) 2019-09-24T17:45:14 Replaced 'add' element 2019-09-24T17:45:14 EndSection Done executing Replace 2019-09-24T17:45:14 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:45:14 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:45:14 Applying to 'modules' element (no source line info) 2019-09-24T17:45:14 EndSection Done executing InsertIfMissing 2019-09-24T17:45:14 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:45:14 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:45:15 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:45:15 on /configuration/system.webServer 2019-09-24T17:45:15 Applying to 'configuration' element (no source line info) 2019-09-24T17:45:15 EndSection Done executing InsertIfMissing 2019-09-24T17:45:15 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:45:15 on /configuration/system.webServer/runtime 2019-09-24T17:45:15 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:45:15 EndSection Done executing InsertIfMissing 2019-09-24T17:45:15 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:45:15 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:45:15 Applying to 'runtime' element (no source line info) 2019-09-24T17:45:15 EndSection Done executing InsertIfMissing 2019-09-24T17:45:16 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:45:16 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:45:16 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:16 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:45:16 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:45:16 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:45:16 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:16 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:45:16 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:45:16 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:45:16 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:16 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:45:16 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:45:17 sandboxproc.exe complete successfully. Elapsed = 7267.00 ms 2019-09-24T17:45:51 sandboxproc.exe C:\DWASFiles\Sites\xx-webapp-qa\Temp\applicationhost.config True True 2019-09-24T17:45:51 env XPROC_TYPENAME=Microsoft.Web.Hosting.Transformers.ApplicationHost.SiteExtensionHelper, Microsoft.Web.Hosting, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 2019-09-24T17:45:51 env XPROC_METHODNAME=Transform 2019-09-24T17:45:51 Start 'AspNetCoreRuntime.3.0.x64' site extension transform 2019-09-24T17:45:57 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:45:59 on /configuration/system.webServer 2019-09-24T17:45:59 Applying to 'configuration' element (no source line info) 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:45:59 on /configuration/system.webServer/runtime 2019-09-24T17:45:59 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:45:59 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:45:59 Applying to 'runtime' element (no source line info) 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:45:59 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:45:59 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:59 Inserted 'add' element 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:45:59 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:45:59 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:59 Inserted 'add' element 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:45:59 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:45:59 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:45:59 Inserted 'add' element 2019-09-24T17:45:59 EndSection Done executing InsertIfMissing 2019-09-24T17:45:59 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:45:59 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:45:59 Applying to 'add' element (no source line info) 2019-09-24T17:45:59 Replaced 'add' element 2019-09-24T17:45:59 EndSection Done executing Replace 2019-09-24T17:45:59 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:46:00 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:46:00 Applying to 'modules' element (no source line info) 2019-09-24T17:46:00 EndSection Done executing InsertIfMissing 2019-09-24T17:46:00 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x64\applicationHost.xdt' site extension transform 2019-09-24T17:46:00 Start 'AspNetCoreRuntime.3.0.x86' site extension transform 2019-09-24T17:46:02 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:46:02 on /configuration/system.webServer 2019-09-24T17:46:02 Applying to 'configuration' element (no source line info) 2019-09-24T17:46:02 EndSection Done executing InsertIfMissing 2019-09-24T17:46:02 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:46:02 on /configuration/system.webServer/runtime 2019-09-24T17:46:02 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:46:03 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:46:03 Applying to 'runtime' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 StartSection Executing InsertIfMissing (transform line 10, 146) 2019-09-24T17:46:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='PATH'] 2019-09-24T17:46:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 StartSection Executing InsertIfMissing (transform line 11, 93) 2019-09-24T17:46:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SKIP_FIRST_TIME_EXPERIENCE'] 2019-09-24T17:46:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 StartSection Executing InsertIfMissing (transform line 12, 118) 2019-09-24T17:46:03 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ROOT'] 2019-09-24T17:46:03 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 StartSection Executing Replace (transform line 17, 145) 2019-09-24T17:46:03 on /configuration/system.webServer/globalModules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:46:03 Applying to 'add' element (no source line info) 2019-09-24T17:46:03 Replaced 'add' element 2019-09-24T17:46:03 EndSection Done executing Replace 2019-09-24T17:46:03 StartSection Executing InsertIfMissing (transform line 24, 84) 2019-09-24T17:46:03 on /configuration/location/system.webServer/modules/add[@name='AspNetCoreModuleV2'] 2019-09-24T17:46:03 Applying to 'modules' element (no source line info) 2019-09-24T17:46:03 EndSection Done executing InsertIfMissing 2019-09-24T17:46:03 Successful 'D:\home\SiteExtensions\AspNetCoreRuntime.3.0.x86\applicationHost.xdt' site extension transform 2019-09-24T17:46:03 Start 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' site extension transform 2019-09-24T17:46:04 StartSection Executing InsertIfMissing (transform line 7, 23) 2019-09-24T17:46:04 on /configuration/system.webServer 2019-09-24T17:46:04 Applying to 'configuration' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertIfMissing 2019-09-24T17:46:05 StartSection Executing InsertIfMissing (transform line 8, 16) 2019-09-24T17:46:05 on /configuration/system.webServer/runtime 2019-09-24T17:46:05 Applying to 'system.webServer' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertIfMissing 2019-09-24T17:46:05 StartSection Executing InsertIfMissing (transform line 9, 31) 2019-09-24T17:46:05 on /configuration/system.webServer/runtime/environmentVariables 2019-09-24T17:46:05 Applying to 'runtime' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertIfMissing 2019-09-24T17:46:05 StartSection Executing InsertOrAppendAttribute (transform line 10, 315) 2019-09-24T17:46:05 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_ADDITIONAL_DEPS'] 2019-09-24T17:46:05 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:46:05 StartSection Executing InsertOrAppendAttribute (transform line 11, 158) 2019-09-24T17:46:05 on /configuration/system.webServer/runtime/environmentVariables/add[@name='DOTNET_SHARED_STORE'] 2019-09-24T17:46:05 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:46:05 StartSection Executing InsertOrAppendAttribute (transform line 12, 146) 2019-09-24T17:46:05 on /configuration/system.webServer/runtime/environmentVariables/add[@name='ASPNETCORE_HOSTINGSTARTUPASSEMBLIES'] 2019-09-24T17:46:05 Applying to 'environmentVariables' element (no source line info) 2019-09-24T17:46:05 EndSection Done executing InsertOrAppendAttribute 2019-09-24T17:46:05 Successful 'D:\home\SiteExtensions\Microsoft.AspNetCore.AzureAppServices.SiteExtension\applicationHost.xdt' site extension transform 2019-09-24T17:46:05 sandboxproc.exe complete successfully. Elapsed = 15256.00 ms

I'm not sure what to do next. Do you have any idea?

adrianhall commented 5 years ago

As far as I can see, this is an issue with .NET Core 3.0 support in Azure App Service? This doesn't seem to be an issue with the Azure SDK itself.

ranouf commented 5 years ago

@adrianhall could you give the url to submit this issue to the good place?

Petermarcu commented 5 years ago

I just talked to the .NET team and they know about this issue and are working with Azure App Services to get it addressed.

ranouf commented 5 years ago

@Petermarcu Wahoo! So fast :) I hope they will fix that really soon too :) Is there an opened issue somewhere to follow about this issue?

ranouf commented 5 years ago

I still have the issue, any updates?

loarabia commented 5 years ago

@Petermarcu and chance you know of the issue the .net team might be using to track this?

Petermarcu commented 5 years ago

Looks like they don't have an public open issue. I think we will move this one to the ASP.NET repo to help everyone track it.

Petermarcu commented 5 years ago

@bradygaster

Petermarcu commented 5 years ago

It sounds like self contained apps will work as a workaround. Instructions here: https://timheuer.com/blog/archive/2019/10/03/deploy-aspnet-core-applications-using-self-contained-dotnet-core.aspx

bradygaster commented 5 years ago

The post @petermarcu linked to demonstrates a variety of ways in which you can get your app working on App Service right now. @fabiocav confirmed that once the 3.0 deployment begins the App Service team will update their announcements feed in GitHub to notify customers. Adding him here so he can link to that announcement from this post when it comes out.

fabiocav commented 5 years ago

The announcement has been posted here https://github.com/Azure/app-service-announcements/issues/204

Closing this issue, since as mentioned there, we'll continue to update the announcement as deployment progresses. (@Petermarcu , please reopen if needed).

ranouf commented 5 years ago

Thanks, I will follow!

ardalis commented 2 years ago

Seeing same thing for net6.0 app today. I thought Azure support was available on Day 0 this time?

bradygaster commented 2 years ago

@ardalis it should be - have you restarted? Some customers reported seeing it there post-restart.