Welcome to MSDN Blogs Sign in | Join | Help

January 2009 - Posts

ASP.NET – JSON – Serialization and Deserialization

I was looking around for a simple example which would just do a object serialization to a JSON format, and then deserializing back to the original object. I found few examples on MSDN, but did seem to be too long to try. Here I’ve given a simple code
Posted by rakkim | 5 Comments
Filed under: , ,

Configuring IIS to advise the browser render on different IE modes

You would have already read IIS support team’s blog about configuring IIS to send an additional header to the client which would make IE to run under EmulateIE7 mode. I would also suggest you to read this MSDN article which talks about the various IE8
Posted by rakkim | 0 Comments
Filed under: , , ,

IIS7 and Twitter – a love story

It is a while that I wrote something as crazy as this one is. This is basically a windows service running in your web server which would tweet often about the heart beat of the web server and posts its status messages. For example, v1.0 of this application
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 – Viewing ISAPI Filters that are loaded inside the worker process

In IIS6 manager, you see a green arrow icon and a red icon against the ISAPI Filter’s list to indicate if the ISAPI Filter is loaded or not. That was possible because FilterStatus metabase key was updated after the ISAPI Filter is loaded inside the process.
Posted by rakkim | 1 Comments
 
Page view tracker