We just commited to using IIS Express as our development server. We save our code in source control, but where does the IIS Express configuration get saved, and how are we supposed to share this across team members?
I have found the Applicationhost.config program for IIS Express on my machine but is this the recommended way to ensure that all team members have the same port numbers for the same applications? And if it is then it does not seem to be working. The
project URL on the properties page in Visual studio wants to use a different port number. Where is this port number saved? an how can I make the port number the same across all of our development machines.
Thanks Noel