I\'m getting an invalid viewstate error with regard to the ScriptResource.axd. Just wondering if anyone of you could help me on this. Error is:
2009-02-24 09:46:30,02
MS recommends not declaring your charset using a meta tag and setting it as a HTTP header instead.
So remove
and add
Response.AddHeader("Content-Type", "text/html; charset=utf-8");