1
POPSMissing ASP.NET Tab in IIS (even on XP sp2) I had this come up today and I have no idea why. The article clipped is about Server 2003, but I found that the first fix mentioned worked for me on XP SP2: 1) go to the appropriate framework directory (probably C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727) 2) run aspnet_regiis -i -enable In my case I ran it first as just "-i" and got an error. So I tried the "-enable" and found that it requires the "-i." Then I ran it again as listed in the instructions (with both -i and -enable together) and it ran without any errors. And everything works again :)
1
POPSMicrosoft building an MVC Framework for ASP.NET? I've messed around with some of the current open source offerings here, and honestly I just don't see the value. Of course the whole goal of this is to make the TDD (and testing in general) process better, so it has value, but... it is so "breaking" from the normal ASP.NET development paradigm that I just don't see myself doing it. But, if it is simply a new "project type" in Visual Studio... HMMMM.... :)