0

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?

enter image description here

codegrid
  • 977
  • 2
  • 13
  • 33

2 Answers2

2

I think one of your MVC Controller has [Authorization] attribute, please remove it it will fix the problem.

Ajay Kumar
  • 91
  • 5
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