Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug Console App

Status
Not open for further replies.

qberta01

Programmer
Nov 14, 2005
113
I was given the code for an application which consists of 1 project, 1 web application and a console application. Basically the console application is used to execute the classes in the web application. I would like to step through the code so I put a break on the static void Main and then run the application. However, I get a web page with a directory listing. I would have thought it’d immediately start debugging. What am I missing?

Thx,

Q.
 
You have to check what the starup project for the solution is. I would guess that since the breakpoint wasn't hit, that the web application is set as the starup project.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top