Tags: , | Posted by thomas on 10/17/2008 9:12 PM | Comments (0)

Exciting news for anyone into the upcoming MVC framework from Microsoft! The first beta version has been released. ScottGu has all details here.

Tags: , | Posted by thomas on 3/21/2008 11:37 AM | Comments (0)

I often have people asking me the question about where to configure IIS to use ASP.net 3.5. When you open the properties of a website and go to the ASP.net tab, you only see this:

image

If you want to know the reason behind this, check this article. And as always, also Scott Hanselman has a post about this.

Tags: , , , | Posted by thomas on 3/20/2008 3:18 PM | Comments (0)

Mike Volodarsky has written a great article on how to get your Visual Studio 2008 up and running with IIS7. Check it out.

Tags: , , | Posted by thomas on 3/13/2008 11:36 AM | Comments (0)

While trying to debug a problem with one of my webapps, I discovered this post by Wictor Wilén about how to get remote debugging working properly.

So far, it works great! I managed to find the problem almost immediately - as usual it was kind of trivial. Mmhh, makes me think about getting more logging into my app ;-)