Reputation: 1013
I do not understand why this is but when I try to debug with VS2015 sometimes it will go to my index action (where it is determined if the user is authorized or not) and then supposed to go to a Request action. Most often it tries to go directly to the Request action without ever hitting the Index. Why does it do this? It is frustrating!
Upvotes: 0
Views: 26
Reputation: 4153
Check your project settings. If Current Page
is set it might execute the Action that your in.
Upvotes: 1