skip to Main Content

AJAX Authentication Failed – Jquery ajax

I am trying to call a WebMethod using AJAX in ASP.net When debugging, I encountered the following error {Message: "Authentication failed.", StackTrace: null,…} ExceptionType: "System.InvalidOperationException" Message: "Authentication failed." StackTrace: null AJAX: <script type="text/javascript"> function SaveRecord() { //Get control's values var…

VIEW QUESTION
Back To Top
Search