Debugging a .dll

TheWizardofInt

Junior Contributor
Joined
Dec 31, 1969
Messages
333
Location
Orlando, FL
I wrote an ASP.Net dll and want to test it on the web site that it is designed for

I selected Properties/Configuration Properties/debugging

Clicked 'Start URL' and selected the localhost URL for the web site's project on the same PC

I hit F5 to start debugging, it pops up the site, and then doesn't let me step through the .dll I am debugging. It appears to be using the already-compiled dll in the reference

What simple thing have I overlooked this time?
 
Actually it turned out that I needed to turn debugging on to ASP.Net debugging, which isn't set by default in these ASP.Net programs, in the same configuration area
 
Back
Top