c# - Visual Studio Dynamic Compilation working for .aspx but not for .ascx -
c# - Visual Studio Dynamic Compilation working for .aspx but not for .ascx -
after migrating website project facing unusual behaviour of visual studio dynamic compilation. whenever modify aspx file or master page , save it, modification visible instantly in debug browser, need refresh page. when create modification on ascx file , save it: no alter visible when refresh browser. modification visible if restart iis or recompile whole project.
does have thought on whatever might causing dynamic compilation not work ascx when works fine aspx , master pages?
c# asp.net visual-studio-2012 dynamic-compilation
Comments
Post a Comment