I have a website project using Visual Studio 2013, and each time I open it, it keeps adding a new entry for the website project in applicationHost.config. I use IISExpress
Inside the bindings section of the site section, create a new binding in addition to the localhost version like so:
After having both lines, VS stopped making new site sections.