Dean.DePue
Dean.DePue

Reputation: 1013

IIS Express and VS 2015 bypassing my index

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

Answers (1)

Paweł Łukasik
Paweł Łukasik

Reputation: 4153

Check your project settings. If Current Page is set it might execute the Action that your in.

VS project settings

Upvotes: 1

Related Questions