You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

Is javascript a dynamic language?

0 Answers  


What is output of undefined * 2 in javascript?

0 Answers  


What does the attribute defer/async do when added to the script tag?

0 Answers  


How onclick works in javascript?

0 Answers  


How to handle event handlers?

0 Answers  






What does e mean in a function?

0 Answers  


Which javascript is best?

0 Answers  


What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);

1 Answers  


What does unshift() function do in Javascript?

0 Answers  


Write a program to exaplain the deferred scripts using event handlers in javascript.

0 Answers  


How to validate email in javascript?

0 Answers  


What is the difference between textContent and innerText?

0 Answers  


Categories