According to your web.config file, you have disabled all anonymous users from accessing the chkLogin method. So Authentication failed if anonymous users try to access the chkLogin method. You could try to add some settings like below on configSections node
in your web.config to achieve your goal
Member
504 Points
1776 Posts
{"Message":"Authentication failed.","StackTrace":null,"ExceptionType":"System.InvalidOperationExc...
Jan 07, 2016 06:18 AM|JagjitSingh|LINK
Hi
When i use Forms Authentication i get above error
Thanks
Star
8460 Points
1445 Posts
Re: {"Message":"Authentication failed.","StackTrace":null,"ExceptionType":"System.InvalidOperatio...
Jan 08, 2016 06:39 AM|Klein Zhang|LINK
Hi JagijtSingh,
Hi JagjitSingh,
According to your web.config file, you have disabled all anonymous users from accessing the chkLogin method. So Authentication failed if anonymous users try to access the chkLogin method. You could try to add some settings like below on configSections node in your web.config to achieve your goal
Best regareds,
Klein zhang
Member
504 Points
1776 Posts
Re: {"Message":"Authentication failed.","StackTrace":null,"ExceptionType":"System.InvalidOperatio...
Jan 08, 2016 06:57 AM|JagjitSingh|LINK
Hi Klein
I make change like below but still not working
Thanks
Member
504 Points
1776 Posts
Re: {"Message":"Authentication failed.","StackTrace":null,"ExceptionType":"System.InvalidOperatio...
Jan 08, 2016 07:22 AM|JagjitSingh|LINK
Thanks Klein
Resolved