U
Ursli
When I try to test a (even supersimple) WebService on my developer PC
with the vs.net buildin tools,
(and they use POST for submiting), I get the following error:
Path 'POST' is forbidden.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Path 'POST' is forbidden.
Well, I did change my maschine.conf to allow
<webServices>
<protocols>
<add name="HttpSoap1.2"/>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="HttpPostLocalhost"/>
<add name="Documentation"/>
</protocols>
but no luck. On any other maschine the same Webservice accept POST, so
anybody any idea what to do (expect from format my c?
with the vs.net buildin tools,
(and they use POST for submiting), I get the following error:
Path 'POST' is forbidden.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Path 'POST' is forbidden.
Well, I did change my maschine.conf to allow
<webServices>
<protocols>
<add name="HttpSoap1.2"/>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="HttpPostLocalhost"/>
<add name="Documentation"/>
</protocols>
but no luck. On any other maschine the same Webservice accept POST, so
anybody any idea what to do (expect from format my c?