Question

Getting an issue with a .net 3.5 app deployed to IIS 7 (or 8). For some reason it is not able to resolve asmx webservice requests with the method name. E.g.

webservice.asmx/method

What handler do I need for this? I thought isapi.dll would take care of requests like that??

Thanks.

Was it helpful?

Solution

Turns out adding a wildcard script mapping with isapi.dll (of the appropriate .net version) solves the issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top