TheWizardofInt Posted February 20, 2004 Posted February 20, 2004 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? Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Moderators Robby Posted February 20, 2004 Moderators Posted February 20, 2004 You can create a solution, add both projects (including the dll project) to it. Quote Visit...Bassic Software
TheWizardofInt Posted February 20, 2004 Author Posted February 20, 2004 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 Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.