Previously when working with .net 4.5 and Visual Studio 2013, I could just right click the project, select Web and choose Local IIS like this:
Here I could select a URL for my application and stuff like that.
However, in Visual studio 2015 it looks like this:
How do I use a local IIS? I dont want to start IIS express everytime, I just want to build and then refresh the page like I always have done... :)