문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top