There is asp.net web forms application, it is on my local iis and opened in VS2017. When I develop and testing it, I often do small changes to aspx, ascx, and aspx.cs files and it not causes recompile.I see my changes so I do not need relogin. I see my changes immediatelly.
But I notice it start to recompile too often, for example when I change ascx file in VS (and even not save it!) - I see loosing session(relogin) - so it is recompiling. And it is strange because if I do my changes to same file with help of notepad instead VS - there is no recompilation. I suspect it is some bug of VS, maybe it changes other files in folder and it causes recompilation? How to know real cause of recompilation?