Hi CFosh,
Yes, it not so convenient compared to pressing F5 to start debugging, I'm sorry. However, on some scenarios, for example, when we debug a dll which is reference to our Web/WinForm/Console whatever project, we need to attach our debugger to the executable program. That's because a pure dll could not generate an exe for our debugger to attach to.
Another workaround is to Use Local IIS Web server which could be found under Project Properties -> Web tab -> Servers section. Please check this radio button and try to launch the debugger again.
Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!