we have 2 web servers with same OS (Server 2008 R2). I uploaded same asp.net application to both. in one server everything is fine but in another server when it's in integrated pipeline mode throw this error:
RegisterForEventValidation can only be called during Render();
and in classic mode works perfectly.
I also added EnableEventValidation="false" to pages in web.config but it still has error.
any idea what's wrong?