what is diffrence between debug class and trace class in
asp.net ?
Answer Posted / suresh
Debug class is used for debug builds.
Trace class is used for both debug and release builds.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which Is Faster MVC or ASP.net ?
Explain diff between dataset and datareader?
How does the cookies work in asp.net?
How can we prepairing Interview
Which object encapsulates state or data of a user?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
what are the ihttphandler and ihttphandlerfactory interfaces ?
Explain cookies with example.
What is event bubbling?
What is a server farm in iis?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Is asp.net and .net the same?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How would you enable impersonation in the web.config file?
What are the advantages and disadvantages of session?