Jquery ajax – 401:unauthorized when I try to call a method via AJAX in .net
I have a .net project in the framework 4.5.1 When I use ajax like below, it works and the debugger hits the page_load event: $.ajax({ "async": true, "crossDomain": true, type: "POST", url: "Advanced.aspx", contentType: "application/json; charset=utf-8", success: function (ms) {…