views:

21

answers:

0

I have an ASP.NET 2.0 website that I'm deploying using a web deployment project.

When "Allow this precompiled site to be updatable" is not checked, validaterequest is ignored.

I have tried setting validaterequest=false at both the web.config and page level, and they both seemed to be ignored.

Although I prefer not turn validation off, I need to do so in this one particular instance.

I would also prefer to leave the website as non-updatable.

Any ideas ?