Azure / App-Service-Migration-Assistant

Azure Websites Migration Assistant for Windows is a tool that allows customers to move their existing sites hosted on IIS servers into the cloud on Azure App Service. For more information check out https://appmigration.microsoft.com .
https://appmigration.microsoft.com
MIT License
74 stars 60 forks source link

Successful assessment and migration, still got 500 status codes #48

Open nlinnett-cfmws opened 3 years ago

nlinnett-cfmws commented 3 years ago

We disabled the AppWarmupModule for our application, and the assessment finally passed. One of our systems team did the migration, and I started testing. I was surprised to get 500.19 errors.

On investigation, the web.config file was declaring some configuration settings, which no longer need to be defined (this is a really old application).

This might be worth checking for (or possibly not, can't be that many vintage apps hanging around).

krolson commented 3 years ago

Thank you for posting this comment - potential post-migration configuration issues like this are certainly a place for us to dig deeper and improve on.