15
04
2006
Tips for a healthy ASP.NET application in production
Posted by: Eran Sandler, in ASP.NET, PerformanceDisclaimer: I usually like to keep this blog clean of link posts (posts that only have links to other posts in other blogs), but this time the information was too valuable so I had to make an exception.
Although this information is not exactly pure .NET debugging, it does have some information that can actually save you debugging time
Tess has some interesting tips that she expanded from a post her colleague Doug wrote about:
- Ensure debug=false in your web.config
- Whenever you have an assembly that is being used in more than one ASP.NET application, strong name it and GAC it
- In ASP.NET 1.1 don’t deploy strongly named assemblies to the \bin directory, GAC them!
Read, learn and implement where needed.








Entries (RSS)