ASP.NET – The HTTP verb POST used to access path … is not allowed
时间:2011-01-26 来源:blair0807
I was trying to fire up an ASP.NET web service (.asmx) on my development machine after several months of not using it. I was getting the error:
“The HTTP verb POST used to access path ‘[my web service's URL]‘ is not allowed”.
I eliminated the problem by removing the mapping of ‘*’ to aspnet_isapi.dll in my IIS settings. I had introduced this while experimenting with URL Rewriting and Castle MonoRail.
Hope that helps someone!
相关阅读 更多 +