ratingkvm.blogg.se

C asp.net options request fails 500 error
C asp.net options request fails 500 error





c asp.net options request fails 500 error

This step was brought up by Gunnar Peipman in the comments section, and he’s absolutely correct – I completely forgot about running into this multiple times. Okay, so enabling InProcess hosting model without proper configuration is going to throw the same error.

c asp.net options request fails 500 error

  • Make sure your hosting model is the correct one.
  • This “Platform” setting should match your application’s bitness. Then access Configuration > General settings, and check out your “Platform” setting.

    c asp.net options request fails 500 error

    So, in short, Navigate to App Service settings in your Azure Portal. If you’re deploying a 64b application to an app service running in 32b, it’s not going to run. The error complains about bitness – and that’s a fair first thing to check.

  • Check that your app has the right bitness.
  • How to fix error “500.32 ANCM Failed to Load dll”







    C asp.net options request fails 500 error