I have developed an application in PHP background where i set the clean URLs to grab data from one service to another. However, on some of my ASP.NET projects I get the horrible ViewState parameter in my URLs. and therefore i have decided to Disable view state for a page, but I'm still getting lots of viewstate data in my hidden form field. Is there a way to turn this off globally?
Bookmarks