TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Debsankar Patra
NA
32
4.3k
Why .CS Files from "Temporary ASP .Net Files" are debugged.
Sep 28 2015 8:35 AM
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.
Reply
Answers (
1
)
how to remove null values and move and fill first two rows
how to send mail with current web page source as a content ?