In ASP.NET AJAX, I can set ScriptMode for ScriptManager.
The script mode can be Debug or Release.
What are the exact differences between them? Is it true that on debug mode, generated scripts won’t cache on the browser while in Release mode they will be cached, and subsequent server access will be prevented?
In ASP.NET AJAX , I can set ScriptMode for ScriptManager . The script mode
Share
Refering to ScriptManager.ScriptMode Property:
Refering to Debugging and Tracing Ajax Applications Overview: