Tech Tips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Request format is unrecognized for URL unexpectedly ending in '/Save'.

Go down

Request format is unrecognized for URL unexpectedly ending in '/Save'. Empty Request format is unrecognized for URL unexpectedly ending in '/Save'.

Post  Admin Wed Jan 18, 2012 1:41 pm

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.InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/Save'.

So the web service does not run

Admin
Admin

Posts : 60
Join date : 2009-06-05

https://softro.forumotion.net

Back to top Go down

Request format is unrecognized for URL unexpectedly ending in '/Save'. Empty Re: Request format is unrecognized for URL unexpectedly ending in '/Save'.

Post  Admin Wed Jan 18, 2012 1:42 pm

Add following line in your web.config

<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>

Admin
Admin

Posts : 60
Join date : 2009-06-05

https://softro.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum