Xerratus
Happily stressed out, since 1974


 
Tuesday, December 11, 2007

Here's another WTF that Vista threw at me today.  I had to come home early today and decided to work the rest of the day from home.  Now, because I can't undock my laptop because Vista freezes, before I leave each day, I put it to "sleep".  So, first thing I needed to do before I could resume working was to connect to my works VPN.  Now, normally this is not an issue, but sometime (I'd say every 1 out of 4 times) Vista displays "This connection requires an active Internet connection" in the "Connect to a Network" dialog even though, directly below it, it clearly shows that I'm connected via my wireless connection. 



To get around this, simple do the following:

Click on the "Set up a connection or network" link on the above dialog box.



Scroll down the list of connection options and select "Connect to a workplace".



Choose "Yes, I'll choose an existing connection" on the next screen and Vista will connect to the VPN.

Not sure why this happens but I've seen it enough times to warrant this post.
Sunday, December 02, 2007

Yesterday, my wife and I went out to our favorite christmas tree farm and picked out three lovely trees.  Yes, I said three.  We do this. 



The farmer was nice enough to let my wife cut down the smallest of them.



Exhilarating! Her first confirmed kill.



After all that hard work, here she is in her "pose" under a warm cup of Peet's Coffee.

Tuesday, October 30, 2007

I recently installed Google Deskbar and the image rotator went and indexed my pictures directory (Vista's toolbar did not).  Today, while working, I looked up and smiled because I saw my wife looking at me. 



Isn't she adorable?
Tuesday, September 04, 2007



My wife got the Monroe.
Monday, August 20, 2007

So, for the past couple of weeks, while working on a project that involves integration with Community Server 2007 I've run into the annoying and ambiguous message "Unable to start debugging on the web server".



Now, I've set up IIS sites before and I know to check the usual suspects; app pool, Windows authentication, etc.  But with the tight deadline of this project, I just haven't had the time to research this one.  Googling this usually just brings up forums where "Unable to start debugging on the web server" is brought up that are run on Community Server.  Yeah, helpful.

So, today I need (stress the word NEED) to debug this application because the blog web service is not returning consistent data.  That's a whole other WTF, but for now we'll stick with the issue at hand; getting the damn thing to debug.

With that, I have to figure this out.  Within a few minutes I find myself in this forum which is telling me that it's my IIS is corrupt and that I have to uninstall everything .NET then reinstall it all.  Bullshit I say!  BULLSHIT!  So I continue to scroll down when I see a reply from a "David B" which simply says to change the debug attribute in the web.config to true.  YES!  Community Server distributes the SDK with this option set to false.  Damn, I need to remember this!

So, for those of you in the same boat, DO NOT reinstall IIS and everything .NET, just change the web.config to the following:

<compilation debug="true" defaultLanguage="c#">

Works like a charm.