I have a MVC application in vs 2015. I want to debug from url with query string likehttp:/xxx.com/Register/SmartLink/85. But when I copy it in address bar and run it, program can not stop at the break point in the controller action. I need help on how to debug in this situation. Thanks.
↧