How to read compilation debug from webconfig to view asp.Net mvc?
Answers
Answered by
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
English,
7 months ago
English,
7 months ago
Environmental Sciences,
1 year ago
Math,
1 year ago
Science,
1 year ago