w3wp.exe is Suspended after dump collection

After collecting a dump file by using DebugDiag, you may see w3wp.exe process Suspended in the Resource Monitor. This is a known issue with the new version of DebugDiag and it’s a UI problem. The process is actually functional (IIS is able to server websites).

BadImageFormatException: Bad method token

If you are using AppDynamics version 4.5.17 or lower and receiving “BadImageFormatException: Bad method token” error while trying to access your application hosted on IIS, please update your AppDynamics to mitigate a known issue.

Missing certificate in IIS binding (CertUtil and Private Keys)

Missing certificate is one of the common issues related to IIS binding settings. If you add a certificate to Server Certificates in IIS but you don’t see it in the binding window, there are two things to check first:

  • Check if the certificate you added to “Server Certificates” is the one you created a “Certificate Request” for. If you added a certificate that wasn’t requested in “Server Certificates”, it won’t show up in IIS binding window even though it appears in “Server Certificates” list
  • The most common cause of this issue the missing private key in the certificate. Follow the steps below to rebind the primary key to the certificate.

500 Internal Server Error if the full path is not entered (0x80070542)

500 Internal Server Error is one of the most common IIS server errors I see daily basis. Most of the time, a coding or configuration issue causes this error.

In a case I have recently worked on, the page was displaying the error below if the user tries accessing the root of the application. There were no issues if they enter the full path.