debugging - Unable to Debug a Website in Visual Studios -
here situation... have maintain website multiple applications. no longer have of solution files , code deployment code (so uses dll's instead of original classes).
i grab code website , stick in visual studio projects folder (this c# code javascript developed on vs). open visual studios's 2010 professional (vs) , open website, using path in project folder. add references dll files , if includes, images , , css files paths referenced correctly, can hit f5 , webpage appear functionality. creates project file in projects folder can open instead of opening website.
the problem unable debug. if set breakpoint, goes solid red outline red upon start of debugging. standard message "the breakpoint not hit. no symbols have been loaded document".
i have cleared out symbols , reloaded. have debug = true in web.config files. have gone project properties , set startup project action "start".
any ideas why can't debug ? other projects develop scratch work fine, these projects trying working website files won't debug.
my goal every 1 of website apps under vs control can fix bugs , make improvements. not easy when original source code no longer available. please !
thank you,
eric
i fought issue half of day. i'm maintaining website application. worked me going project's property pages >> start options , changing server "use custom server". believe setting use iis , not iis express. started project , able debug.

Comments
Post a Comment