Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I debug an ASP.NET application that wasn't written
with Visual Studio.NET and that doesn't use code-behind?



How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doe..

Answer / asra

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 ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Describe in brief .net framework and its components.

0 Answers  


Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks

6 Answers  


In asp.net 3.5 we can go one page to onther page without using statemanagment concept?

1 Answers   ANR, Google, TCS,


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


Asp.net - How to find last error which occurred?

1 Answers   Abacus,


What is .net framework and what are the main components of it?

0 Answers  


What is the difference between login controls and forms authentication?

0 Answers  


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

0 Answers  


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


with which controls you worked in Asp.net 2.0?

2 Answers   HP, nTech Solutions,


Categories