What is the difference between Debug and Release in ScriptManagers ScriptMode?

In ASP.NET AJAX, I can install ScriptModefor ScriptManager. The script mode may be Debug or Release. What are the exact differences between the two? Is it true that in debug mode the generated scripts will not be cached in the browser, and in Release mode they will be cached, and subsequent access to the server will be prevented?

+5
source share
2 answers

Link to ScriptManager.ScriptMode Property :

In debug mode, debug versions of the Client script libraries are used in web pages if the deployment attribute for the configuration item is set to true.

script -, false.

Ajax:

Microsoft Ajax . , script. , . script script, ASP.NET , . , .

+6

ScriptManager , - JavaScript. , - . , ScriptManager , MS AJAX.

0

All Articles