Machine authenication check (MAC) is there to ensure that the request received from the computer is same as the computer which response transmitted out.
1. ViewState Timeout:
Cause:
This situation is due to shutting down the application pool work process after some ideal timeout.
Solution:
IIS6:
- Open IIS - run inetmgr
- View application pools
- Locate your web application's application pool
- Right click and Select properties
- Select performanace tab
- Uncheck the ideal timeout [shutdown worker process after being idle for...] option
- Open IIS - run inetmgr
- Click on application pools node
- Locate your web application's application pool
- Rightclick and select Advanace Settings
- Set the Idle Time-out(minutes) property to 0 or I would increate the value to 30 minutes or an hour (60 mins)
2. ViewState Validation Fails
Please refer this article for more information
No comments:
Post a Comment