I'm using Visual Studio 2013 to learn Asp.net.
It default setting to run debug on localhost:port. Now I having trouble when edit code and rebuild. Project build successfully but localhost with that port not change every thing from last build debug.
I already try clean project and rebuild many times but no help.
I find myself that I must change port of project every build and that fix it.
I don't know if that a bug or not. Can some one tell me please?