Posted on: 11/26/2013 5:00:49 PM | Views : 879

Hello,
My application is using forms as authentication method and some .asmx web services to retrieve some data from the DB. One of the parameters passed to the DB is the name of the current user (obtained from User.Identity.Name). Everything seems to be working fine as long as the number of AJAX requests is low. As soon as I generate more traffic some of the requests are returning 401 status codes. Further investigation showed that the User.Identity.Name was not set for those failed requests.
Question: What can be the reason for the User context not being set on only some requests when the workload of the server increases?
Please let m eknow if you require more details.
I appreciate any help.

Go to the complete details ...