ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do I debug an ASP.NET application that wasn't written 
with Visual Studio.NET and that doesn't use code-behind?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?
Answer
# 1
Start the DbgClr debugger that comes with the .NET 
Framework SDK, open the file containing the code you want 
to debug, and set your breakpoints. Start the ASP.NET 
application. Go back to DbgClr, choose Debug Processes from 
the Tools menu, and select aspnet_wp.exe from the list of 
processes. (If aspnet_wp.exe doesn't appear in the 
list,check the "Show system processes" box.) Click the 
Attach button to attach to aspnet_wp.exe and begin 
debugging. 
Be sure to enable debugging in the ASPX file before 
debugging it with DbgClr. You can enable tell ASP.NET to 
build debug executables by placing a 
<%@ Page Debug="true" %> statement at the top of an ASPX 
file or a <COMPILATION debug="true" />statement in a 
Web.config file. 
 
Is This Answer Correct ?    0 Yes 0 No
Asra
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased? Syncfusion1
Can we use http handlers to upload a file in asp.net?  2
Difference between ISQL and OSQL??  1
How many time you can fill dataset in asp.net? Syntel1
Explain the life cycle of an ASP .NET page HCL2
Difference between datareader and dataset ? Microsoft2
How many web.config files in each solution General-Mills9
Which two properties are there on every validation control?  2
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation . TCS6
In a Code-Behind class generally which type of code is found ?  3
To which class you load XML or Related Data  1
What does this do? gacutil /l | find /i about  1
How many classes can a single .NET DLL contain?  2
What is Http handler? Accenture4
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using? Tech-Mahindra5
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event. Syntax-Softtech4
To call a Web service SOAP which transport protocol you use?  2
What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser. Syntax-Softtech3
IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.  1
What is the name of the base class that all web forms will be inherited?  7
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com