IN an ASP.NET Web application if there is any error, how can you debug?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


What is binding in web service ?

1 Answers   TCS,


Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form

3 Answers   Syntax Softtech,


Is post back in asp.net?

0 Answers  


What do you mean by View State and what is its role?

0 Answers   Wipro,






What are web beacons used for?

0 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


Explain how can you debug your .net application?

0 Answers  


What are the types of validation in asp net?

0 Answers  


How can we implement a identity (sql server) call in an asp.net page?

0 Answers  


What is HTTPModule and HTTPcontext? What is the use of each?

0 Answers   Accenture,


Categories