When loading ASP.NET 5 web application projects from a network share in Visual Studio 2015, a project loads OK and can it can debug/run.
Any changes to CSHTML, however, aren't reflected in the browser until after restarting IIS Express / Kestrel.
If I copy the project form the network share to C:\ then editing the CSHTML works fine and changes are shown on a refresh in browser without restarting anything.
The identical setup works on ASP.NET 4.x.
Anyone know the reason for this and/or a fix?