Yesterday I was trying to add a database to the App_Data folder of a simple web application I was creating. During one of my computer re-installs, I didn’t install SQL Express since I normally use a full blown SQL instance, so I really had no need for it. Now that I did need it, I [...]

How To: Adding MVC items to an ASP.NET Web Application
I’ve been experimenting with using ASP.NET MVC inside a standard ASP.NET Web Application (Web Forms). I really like what’s been released with MVC 1.0 and can see places where existing apps would benefit from the features. Plus, having just finished Professional ASP.NET MVC 1.0 from Wrox (see my book review), I couldn’t wait to start [...]