Computer Science, asked by Juhishrita6193, 1 year ago

How to read compilation debug from webconfig to view asp.Net mvc?

Answers

Answered by aryanphutane
0
Not exactly what I was looking for (did not want to use code behind or directives), but I was able to use in the code behind, code from Nicholas Carey: DebugViewControl.Visible = ((System.Web.Configuration.CompilationSection)ConfigurationManager.GetSection(@"system.web/compilation")).Debug;
Similar questions