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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need url encoding?

964


In how many ways we can retrieve table records count?

1045


How to prevent client side validation from the ASP.NET validation controls?

1096


Describe session handling in a webfarm?

992


What is the use of session in web application?

944


What are the different types of sessions in asp.net?

949


What is meant by asp.net?

974


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

1040


What is cached data phone?

1030


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

6622


How do you remove duplicates without using remove duplicate stage?

1047


What is a response cookie?

1114


Explain parts of assembly?

957


What are the advantages and disadvantages of session?

1120


What is the viewstate in asp.net?

1033