c# - Debug parameter in system.web part of the web.config file in my ASP.NET web application -
I'm trying to find out some information about what this code does to the Can anyone explain? And should I put it in the production product? It decides whether a line is due to my web Lives in config. Debug information is prepared for compiled assemblies. IIS automatically compile the content, so if you change a page file, then your changes are automatically effective. How does it compile the tag IIS in question. debug parameter Web.config file for my web application:
& lt; System.web & gt; & Lt; Compilation target Fraamework = "4.0" debug = "true" />
Comments
Post a Comment