In ASP.NET Webforms
, is there a possiblity to check at runtime if website as been precompiled or not ? (eg : a property that return a boolean)
To deploy a ASP.NET webforms
website, there is two possibilities : to run website by just copy paste all code, or use compiler (eg :aspnet_compiler.exe
) to precompile code.