# Monday, March 23, 2009

My employer Daptiv is currently looking for a couple of talented Software Engineers to join our scrum team. Daptiv is a software as a service (Saas) company committed to providing our customers with the best work management software on the market.

We need someone who is committed to producing quality software and is passionate about continuous improvement of themselves, the team, and the process. We want someone who's smart and isn't afraid to share their opinion.

Although we are primarily a C# and ASP.NET shop, we have a lot of rich client code written in JavaScript and JQuery.

Monday, March 23, 2009 4:42:46 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  | 
# Friday, March 20, 2009

I was having trouble getting an ASP.NET 2.0 site up and running today on a (new to me) server.  I could browse static content from the site, but any ASPX pages would return a 404 error.   At first I thought I was mistyping the URL, then I thought that ASP.NET just wasn't registered so I ran the aspnet_regiis.exe utility, but still no dice. 

I played around with all kinds of settings until I find that ASP.NET was completely disabled on the server under Web Service Extensions.  For ASP.NET to work the WSE for ASP.NET must be set to allowed!  I have no idea why it was disabled, but it was.  Argh!

Friday, March 20, 2009 9:16:01 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  |