ASP.NET Ajax Error 405 with Nginx

August 25, 2011 by admin · Leave a Comment 

Here is a excellent tutorial show you how to solve ASP.NET Ajax Error 405 with Nginx:

Yesterday I had a problem setting up an ASP.NET application running on a Nginx webserver using the fastcgi-mono-server. Everything worked fine following the Nginx guide in the Mono wiki until I noticed that something was wrong with the page methods. The mono-server just threw an Error 405 back to me instead of the requested data. After reading a tip in Florent’s Blog it was clear that the request from the Nginx server sent to the mono-server did not contain the correct path information.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
Click here to cancel reply.