Invalid View State error While expanding your Web Farm
Last few days back, I faced one peculiar issue, while adding a new system in my Web Farm. My users…
Last few days back, I faced one peculiar issue, while adding a new system in my Web Farm. My users…
By default ViewState is saved inside the web page. In ASP.NET using SessionPageStatePersister ViewState can be saved inside Session instead. This helps in securing the ViewState as well as reducing the size of the web page
The ASP.NET ViewState is a client side state management mechanism. The ViewState is stored in a hidden field with an…