I need to get admin access so I can see the AppData folder in that location. I tried the other steps and I still have the same issues. I did remove a bin folder, but I got error messages when I rebuilt the website. I added it back in and the errors went away. I didn't see folders for .vs or obj offhand. Do you have the directories for those three folders?
Debugging features(break points and output window) aren't working
Trying to debug an web application and I haven't been able to get breakpoints to works as I see a message saying "the breakpoint will not currently be hit." I have gone and looked at answers only to have none of them work for me. See one thread I looked at.
Secondly, I have tried to send messages to my output window only for them to not go there, see "Debug.WriteLine("SQL: " + sql);" I tried Trace and Console and still nothing.
Also note the same thing is happening in both environments I have VS installed in and one version is 2022 and then other is 2017. It feels like I am missing a setting and yet I haven't found it. If I install VS on my own personal laptop, it works fine. It is just the versions I use at work for a client.