I'm using windows 10 enterprise. localhost/mywebapp even not hitting home controller rather stuck on windows authentication prompt and no matter if I enter correct credential or bad credential it keep asking again and again. I'm not able to debug via code since it is not even going index controller. What is the best way to pin point the issue? I already checked IIS logs and not helpful at all. thanks in advance.
I captured the IIS log file in the following scenarios
When I put url to localhost on edge browser ( tested in chrome also same result)
2022-11-22 16:35:52 ::1 GET /MyApp.Web - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 110
2022-11-22 16:35:52 ::1 GET /MyApp.Web - 80 MyDomain\MyUname ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 299
After I put my credential the following output to IIS log :
2022-11-22 16:38:19 ::1 GET /MyApp.Web - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 15
2022-11-22 16:38:19 ::1 GET /MyApp.Web - 80 MyDomain\MyUname ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 426
2022-11-22 16:38:19 ::1 GET /MyApp.Web - 80 MyDomain\MyUname ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 204
login prompted again, this time I entered wrong credentials, login prompt showed up again.
2022-11-22 16:40:29 ::1 GET /MyApp.Web - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 26
2022-11-22 16:40:33 ::1 GET /MyApp.Web - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 1 3221225581 85
2022-11-22 16:40:33 ::1 GET /MyApp.Web - 80 MyDomain\MyUname ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/107.0.0.0+Safari/537.36+Edg/107.0.1418.52 - 401 2 5 253