Aug 01, 2008
So there is a very good article that came out in the April 2008 issue of the MSDN Magazine, Scaling Strategies for ASP.NET Applications . The main things in this article are: Scaling ASP.NET Applications and databases Optimizing code Using efficient caching...
2 comments
Tags: ASP.NETIIS.NETAJAX
Jul 24, 2008
So I wanted to get a read on how people design their web sites. My thinking is that there isn’t much time spent in planning for supportability. There are a lot of other concerns that take priority, What is more important – Design or Content...
2 comments
Tags: DebuggingASP.NETIIS.NETMicrosoft
Jul 23, 2008
The first time you run !DumpAllExceptions you will see it print out one full exception for each type of exception that is in the dump. This will include the message and the callstack of the exception. For example: Any time after that, if you run the same...
2 comments
Tags: DebuggingASP.NETIIS.NETExceptions
Jul 21, 2008
Question A customer has created a web project which references a class library project. When deployed to the local machine the web/classes all work fine. When deployed to a ‘shared’ IIS site, the class DLLs exist in the /bin folder, but the...
3 comments
Tags: ASP.NET TipASP.NETIIS.NET
Jul 16, 2008
I wanted to pass along some really exciting news if you haven’t heard about it yet, we are getting ready to release a new certification that targets developers and IT professionals who need to know about the internals of Windows for their job. You...
2 comments
Tags: DebuggingIIS.NETMicrosoftExam
Jul 15, 2008
So I thought I would put all the information together in one place that I have been creating over the past few months. I’ll try to go through all the steps and the different things that you will need to use in order to track down a problem. Realizing...
3 comments
Tags: DebuggingASP.NETIIS.NETSOS
Jul 03, 2008
This has to be one of the coolest shell extensions that I have seen yet. It is right up there with the Command Prompt Here one. This adds a addition to the right-click menu for a folder for “ASP.NET Web Server Here”. All the information, including...
2 comments
Tags: ASP.NETIISVisual Studio.NET
Jul 02, 2008
I cannot stress this enough. It is very important that you use the same architecture for the debugger as the process that you are trying to troubleshoot. Wrong version when capturing a dump If you use a 64-bit debugger to capture a dump of a32-bit...
2 comments
Tags: DebuggingASP.NETIIS.NET