Asp.net (.net461, global.asax)
Hi - hopefully easy question but i have a legacy project im taking over. If i set output folder to bin, i can debug no worries. if i use bin/debug and bin/release, then bin/ stays empty (obv the bin/debug still gets created) but when i debug, i get dll cant be found. I thought ive always kept bin clean and use bin/debug before but now im not sure
3 Replies
Output folder? Does your project not have solution or project files?
it has both, but in my main project , when i specify output, it goes to bin/ or im used to do bin/debug
What are you referring to when you say 'specify output'. That is not something I do when debugging from a project that has a sln + csproj file