Hello,
Today I started facing a strange issue.
I have VS2005 with IIS7 installed.
My web application has a httpmodule registered under <system.webServer>/<modules> section in web.config (for Url Rewriting).
I could figure out that Validation controls on .aspx pages started giving webresource.axd as javascript error.
But When I put preCondition='classicMode' in the <module> section, validation controls worked as before, but Url Rewriting falied.
I want to use Integrated pipeline mode than classicMode
Can anyone help me with this?