Hi,
I created a public webservice but when I try and execute it I get the following error:
The HTTP verb POST used to access path '/ws/default.asmx/GetPageStructure' is not allowed.
I have added:
to the web.config, and this,
Is there a way to exlude paths to the UrlRewrite?
Using v. 5.1.422.4
Cheers,
Dan
Hi,
After upgrading from CMS 5 to SP1 on Windows XP, if you still get this error, you should add to your web.config (to section httpModules) this line:
Regards,
Dominik
The HTTP verb POST used to access path '/ws/default.asmx/GetPageStructure' is not allowed.
I have added: