Are there any .Net components for obfuscating JavaScript? I\'m generating JavaScript dynamically & emitting via ClientScript.RegisterClientScriptBlock. I\'d like to make
You could take a look at Ajax Minifier which was recently released from Microsoft and which they use internally.