Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Here’s an addendum to my previous LogParser collection of scripts : how can we filter our IIS logs folder to extract only the events happened in a certain time range? logparser "select * into 27.5.log from med*.log where to_timestamp(date,time) between Read More...
Quick hint for today: how do you switch the thread you’re examining in Windbg ? If you know the thread number you can type the command ~<thread number>s (e.g. ~21s to switch to thread 21). But what about if you only know the ThreadID (which is an Read More...
There are a variety of web applications out there which are relying on http headers for different purposes: automatic redirection, streaming a binary file to the client, controlling how content is cached on the client, adapting the site’s functionalities Read More...
I saw this error twice recently, but as often happens for two completely different cases so here they are, hope it helps someone to same their time… Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> Read More...
 
Page view tracker