I have an asp.net project that runs with Visual Studio.
It shows me this error when I run my project
HTTP Error 500.30 - ANCM In-Process Start Failure
I have followed every solutions that the internet provided such as changing the "InProcess" to "OutOfProcess" or even change the settings in IIS nor restart ISS but non of them is solving my issue.
May I know if anyone know how to solve this issues besides those solutions that I have mention earlier?

