I have a problem with EPiServer and webservices. I installed a new EpiServer site (EPiServer 5 R2, SP1) and tried to add a web-service, Test.asmx with a webmethod HelloWorld(), to the project.
Browsing the service works fine: http://localhost:17009/Test.asmx
But invoking the webmethod (http://localhost:17009/Test.asmx/HelloWorld) does NOT work, the server returns 404 not found.
I assume this has something to do with the way EPiServer is routing the request. Does anyone know what I need to change in web.config to make webservices work with EpiServer?
Hi,
I have a problem with EPiServer and webservices. I installed a new EpiServer site (EPiServer 5 R2, SP1) and tried to add a web-service, Test.asmx with a webmethod HelloWorld(), to the project.
Browsing the service works fine: http://localhost:17009/Test.asmx
But invoking the webmethod (http://localhost:17009/Test.asmx/HelloWorld) does NOT work, the server returns 404 not found.
I assume this has something to do with the way EPiServer is routing the request. Does anyone know what I need to change in web.config to make webservices work with EpiServer?
Thanks,
Peter