Aug 13, 2008
Here is another issue that a customer had that I thought would be helpful to others. Problem The customer said they are getting Exception type: System.IndexOutOfRangeException every minute or so when accessing their web site. The error looks like...
1 comments
Tags: ASP.NETIIS.NETExceptions
Aug 12, 2008
So a while ago I posted about how to fix the Validation of viewstate MAC failed error . There is some really exciting news that is coming with Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1. One of the improvements...
1 comments
Tags: ASP.NETIIS.NETMicrosoftExceptions
Aug 12, 2008
The next service pack is finally available. If you are using .NET 3.5, or want to use any of the new features that we have been talking about being added in this service pack, I’d strongly recommend you upgrade to this. You can download it...
1 comments
Tags: ASP.NETIISVisual Studio.NETMicrosoft
Aug 04, 2008
Just wanted to pass along some really interesting labs that I came across the other day. These labs cover the following topics: IE 8 Activities AJAX Developer Tools Standards Support IE 8 WebSlices You can check out all these labs at Internet Explorer...
4 comments
Tags: ASP.NETIIS.NETAJAXIE8
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