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 debug parameter Web.config file for my web application:

  & lt; System.web & gt; & Lt; Compilation target Fraamework = "4.0" debug = "true" />   

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.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -