views:

7

answers:

0

Is there a way to put the usehttpget true/false option for scriptmethods in web.config? I see that even the scriptmethod annotations are placed inline with the code. Is there a way to move this to config as well?

Ive seen usehttpget/post option in web.config for webservices but I need the same thing applicable for scriptservices.