A project I am working on all of a sudden start showing "Authentication Required" and "Confirm Navigation" Popup when some links
are clicked. I am using angularjs
on .net MVC
project. How do I disable this?
Asked
Active
Viewed 698 times
0

codegrid
- 977
- 2
- 13
- 33
2 Answers
2
I think one of your MVC Controller has [Authorization] attribute, please remove it it will fix the problem.

Ajay Kumar
- 91
- 5
-
A missing [Authorization] attribute fixed the "Authentication Required" – codegrid Jan 19 '16 at 04:36
-
This worked only on my local but still happen on the remote server. – codegrid Jan 19 '16 at 04:50
0
For Authentication how its configured in IIS? If not anonymous user it will show like this
For navigation pop up go through How to show the "Are you sure you want to navigate away from this page?" when changes committed?

Community
- 1
- 1

Binesh Nambiar C
- 152
- 1
- 2
- 9