Categories
12,April,2006
» 04
Bill Scott from Y! to speak tonight at Google campus
Jonathan Boutelles home on the net
Bill Scott (AJAX evangelist for Yahoo!) will be giving a talk at the Silicon Valley WebGuild tonight (April 12). The talk is hosted at the GooglePlex in Mountain View. It's not free (5$-20$, depending
Filed under AJAX | on 2006 Apr 12
ASP.NET Memory: If your application is in production… then why is debug=true
If broken it is, fix it you should
Statement “Ensure that the debug="false" on the <compilation> element in the web.config file of each and every ASP.NET application on the server. The default during development is "true" and it is
Filed under ASP.NET | on 2006 Apr 12
ASP.NET: Strong named assemblies should not be stored in the bin directory
If broken it is, fix it you should
Statement “In ASP.NET 1.1, do not deploy strong named assemblies to the BIN directory (i.e. if they are strong named make sure you DO put them in the GAC).” What problems do storing strong named assemblies
Filed under ASP.NET | on 2006 Apr 12
ASP.NET Memory: You use the same dll in multiple applications, is it really necessary to load it multiple times?
If broken it is, fix it you should
Statement “Wherever possible strong name and install to the global assembly cache (GAC) any assemblies that are used by more than one ASP.NET application. This will reduce memory consumption.” What problems
Filed under ASP.NET | on 2006 Apr 12
ASP.NET: Check your Web Site today for these common assembly related memory and perf issues
If broken it is, fix it you should
Recently my colleague Doug wrote a nice post on Nine tips for a healthy "in production" ASP.NET application . I have been planning to post about some of these for a while, so I decided to steal some of
Filed under ASP.NET | on 2006 Apr 12
Pages: 1
» 04