So often, we don’t look up to the sky and just stare at its beauty….

…it might be because this isn’t what we see everyday!

Peace.

Hey all -

I don’t recommend these things often, but as of late I’ve been more and more in support of helping each other to get where we all want to be. That being said, a friend of mine is running in a marathon for LLS(Leukemia & Lymphoma Society) and asking for donations.

Give him money!!!! Yes, that is a link to the donation page.

No really, give him money damnit!  Goal is $3500… anything helps.

Thanks all!

This morning I found a nice little command line switch that tells the IIS 7 log buffer to write to the file on disk.  This is especially handy, since getting a log to write for SEO and log processing purposes can be a serious bitch if you don’t have a file written to!

Here is that command:

netsh http flush logbuffer

Other commands associated with the HTTP portion of netsh are all documented on MSDN Technet here, http://tr.im/NDmZ. Comes in pretty damn handy with IIS 7 and Windows Server 2008.

Good luck.