Forum Discussion
joseparra
May 06, 2022Brass Contributor
How to use Microsoft.Web.Services2 in Azure App Service??
Hi, I'm migrating a .Net web service from IIS on-premises to Azure app service. When I load it in the browser it shows me the following error: Server Error in '/' Application. Configuration Err...
- May 16, 2022Hi DavidTex
I finally was a problem of the version of the assembly. It was very estrange, because in the local server it was working without any change.
I solved it specifying the version 2.0.3.0 instead of 2.0.2.0.
DavidTex
May 15, 2022Copper Contributor
Hi joseparra
Did you used Azure App Service migration assistant?
Did you went to the application settings, web.confit, etc. and cleaned it up?
https://docs.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal
Might go check as well: https://docs.microsoft.com/en-us/archive/blogs/asiatech/how-to-resolve-the-could-not-load-file-or-assembly-issues-on-windows-azure-web-sites
Hope it helped.
joseparra
May 16, 2022Brass Contributor
Hi DavidTex
I finally was a problem of the version of the assembly. It was very estrange, because in the local server it was working without any change.
I solved it specifying the version 2.0.3.0 instead of 2.0.2.0.
I finally was a problem of the version of the assembly. It was very estrange, because in the local server it was working without any change.
I solved it specifying the version 2.0.3.0 instead of 2.0.2.0.