Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Can't get debug working for ASP.NET web project

$
0
0

I have a simple web app that is supposed to run a query against an SQL database and format the returned row as an output xml file on my local drive.  This was working fine a week ago, and now, it is not.  The file used to be overridden by the latest data I selected via the input criteria on my the web page, but now the file remains with the data I last selected on 20 April 2017.

I'd like to see the code in debug mode (have it stop at breakpoints I've set within the OnClick event for the button that is supposed to trigger the above actions, but it never seems to get to those breakpoints.  I've specified ASP.NET under debugging in the project web properties, and debug="true" within the web.config <compilation> section.

I'm running VisualStudio2008 R2 Professional Edition on Windows 7 Professional SP1 .  I'm running the web page locally.


Viewing all articles
Browse latest Browse all 9386

Trending Articles