We have a ajax listprovider for typeahead text fields in our webform site. Every page now requests a listprovider.asmx/jsdebug with no caching parameters etc.
How do we turn that off?
We have a ajax listprovider for typeahead text fields in our webform site. Every page now requests a listprovider.asmx/jsdebug with no caching parameters etc.
How do we turn that off?
You need to make sure that the debug attribute is set to false in your web.config, it is part of the compilation element in system.web.
Hope that helps...
Steve