----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Nagesh Message 2 in Discussion Hi Satheesh, This viewstate might becos of following reasons: - Problem: If the machine keys of the webfarm servers are different then it would throw these error. Solution : It can be fixed by checking you machine.config's "<machineKey> element" - Problem: The case-sensitive value that the TemplateSourceDirectory property of a page returns is used to create and to validate the ViewState property for that page. The value of this property for a page depends on the case-sensitive URL that the first user for that page requested. This value is reused for the remaining requests for that page until that page is recompiled. When the page is recompiled, the TemplateSourceDirectory property is re-initialized. If the new value (which is case-sensitive) differs from the previous value, the ViewState validation from the existing clients fails. Solution: Check in your application whether directory path has been given properly everywhere (it is case-sensitive) Acutually we got the same problem in our production environment, our problem is based on the second option, so we were able to fix it. Hope this would help you to fix this problem. Thanks, Nagesh ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
