473,382 Members | 1,359 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to debug compiled asp.net apps?



Is there a way to single step or set up breakpoints on a compiled asp.net
app that I developed?

J.
Nov 18 '05 #1
2 1376

"John Dalberg" <jo*****@hotmail.com> wrote in message
news:19******************************@40tude.net.. .


Is there a way to single step or set up breakpoints on a compiled asp.net
app that I developed?


You need to be running the debug build of the dll's. Then you need to
attach a debugger. If you have VS installed on the same machine, then open
the solution and go to DEBUG\PROCESSES and attach the aspnet_wp.exe process
and set a breakpoint.

If it is running on another machine you can either install remote debugging
on the server, which is on the Visual Studio Disk 1 instller.

Or you can use a more lightweight debugger on the server, like cordbg.exe,
available with the .net framework. or WinDbg from
Nov 18 '05 #2

"David Browne" <davidbaxterbrowne no potted me**@hotmail.com> wrote in
message news:uR*************@TK2MSFTNGP12.phx.gbl...

"John Dalberg" <jo*****@hotmail.com> wrote in message
news:19******************************@40tude.net.. .


Is there a way to single step or set up breakpoints on a compiled asp.net app that I developed?

You need to be running the debug build of the dll's. Then you need to
attach a debugger. If you have VS installed on the same machine, then

open the solution and go to DEBUG\PROCESSES and attach the aspnet_wp.exe process and set a breakpoint.

If it is running on another machine you can either install remote debugging on the server, which is on the Visual Studio Disk 1 instller.

Or you can use a more lightweight debugger on the server, like cordbg.exe,
available with the .net framework. or WinDbg from

from

http://www.microsoft.com/whdc/devtoo...g/default.mspx

David
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Wysiwyg | last post by:
Is there any way besides adding a specific debug command line argument for the project to tell if an application is running in debug mode? Thanks! Bill
2
by: John Dalberg | last post by:
Is there a way to single step or set up breakpoints on a compiled asp.net app that I developed? J.
12
by: nospam | last post by:
All the documentation says that leaving an ASP.NET application in debug mode has a big performance hit. I can't detect any difference between debug and non-debug modes. Am I missing something or is...
7
by: Srinivasa Rao | last post by:
I have read in one article that when we compile the application in release mode, all the debug classes and properties will be automatically removed from the code. I tried to implement this thing by...
9
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
2
by: NAGY | last post by:
hello, I created an asp.net web app in C# from a non administrative account in Visual Studio 2003, .net 1.1. when i try to run the application in debug mode from Debug start menu option, i get an...
3
by: Rena | last post by:
Hi all, I have created a app. project and a library which will be used by the main project, however i do not know how to get into debug mode inside the library, although break point is set. is...
46
by: Ian Boyd | last post by:
IIS5, on a Windows 2000 Server machine. Debeg.WriteLine "Hello, world!" How can i view it?
4
by: =?Utf-8?B?V2l6eURpZw==?= | last post by:
We have been trying to detirmine if a dll is compiled in Release or Debug mode after it is compiled. I found serveral methods using reflection but when test they all seemed to fail. Is there a...
1
by: gfergo | last post by:
Good Morning, I seem to be having a problem. I thought I could display detailed debugging information (including file name and line number) on a page using two different methods: 1.)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.