Friday, April 28, 2006 2:06 PM
szurgot
Cool VS 2005 trick for the built in web server
The post is actually from Nov 2005, but it solves two problems I was having.
http://weblogs.asp.net/scottgu/archive/2005/11/21/431138.aspxYou can set the built in web server to run file based projects as root (so you don't have to switch IIS directories around) A pleasant side effect is that you can also run on a particular port for testing of the IIS stuff. Cool!
I'm posting this here for myself as much as anybody else who might be able to use it and missed the first post.
Hopefully, in the future, you'll be able to set root and port right from the project.
Filed under: .NET