When you run an application from within visual studio, it seems to pick a random port on localhost. For example, running an application right now, I get
I realize this port gets loaded into the solution file, via
VWDPort = "3240"
How does this get decided on? it seems fairly random.