1
Answer

Why .CS Files from "Temporary ASP .Net Files" are debugged.

Hi .I am using Spark view engine in my MVC Project, While debugging my program some .cs (File like a98fgf546nj876gh.Cs from "C\users\..\AppData\temp\ASP .net temp files\roots\) are also undergoing debugging.
 
************************************* Sample Codes present in the temp Files****************************** 
#line hidden
Output.Write("</td>\r\n\t\t\t</tr>\r\n\t\t\t<tr><td></td><td>");
#line default
#line 21 "C:\Users\debsankarp\Documents\Visual Studio 2010\Projects\MyMVCApp\MVCAppSparkView\MVCAppSparkView\Views\Shared\Application.spark"
#line default
}
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override void Render()
{
using (OutputScope()) {RenderViewLevel0(); Content["view"] = Output;}
RenderViewLevel1();
}
 *************************************End Of Sample Codes present in the temp Files*****************************
 Is there any Setting ,So that it will not go to debug mode for such temp files. Seting debug="false" in web.config making me unable to debug view also.
 
Answers (1)