Luis Ferrao
Luis Ferrao

Reputation: 1503

ASP.NET Web API on IIS 6: HTTP Status Code 500 Internal Server Error

Since i don't have any more details despite custom errors off and debug on, i don't have much more to say. Here are some points of interest:

Does anyone have any idea what could be the problem? If not, at least it would be nice to find a way to have more detailed error messages.

Upvotes: 0

Views: 2974

Answers (1)

Luis Ferrao
Luis Ferrao

Reputation: 1503

I never found how to fix my problem but I ended up working around the problem by running a WebAPI self host service in the same server, and it works perfectly. All the documentation you need to make it happen is here: http://www.asp.net/web-api/overview/hosting-aspnet-web-api/self-host-a-web-api

Upvotes: 1

Related Questions