Screwing around with WebResources in ASP.NET 2.0
Posted by: Rick Strahls WebLog,
on 30 Jan 2006 |
View original
I'm reviewing and updating my demos for ASP.NET 2.0 Script Callbacks for ASP.NET Connections today and as I'm looking at requests firing with Fiddler I'm noticing that the script resource that links in the generic JavaScript support is reloaded on every ASPX page hit to a page that uses the scripts. The call to WebResource.axd is used to pull in the script code required to make ScriptCallbacks work and it's not exactly small at 21k.
For the various demos ScriptCallback pages I have the WebResource.axd...