Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 10, 2010 12:38 AM by psynog
0 Points
2 Posts
Sep 06, 2010 01:02 AM|LINK
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 ?
All-Star
17743 Points
1414 Posts
Sep 08, 2010 10:31 AM|LINK
Hi,
Where do you put validaterequest=false? If you want to transfer some XML data, please put validaterequest=false in the page which recieves data.
I hope this can be helpful for you.
Sep 10, 2010 12:38 AM|LINK
psynog
0 Points
2 Posts
Validaterequest ignored on non-updatable precompiled asp.net site
Sep 06, 2010 01:02 AM|LINK
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 ?
XiaoCheng Fa...
All-Star
17743 Points
1414 Posts
Re: Validaterequest ignored on non-updatable precompiled asp.net site
Sep 08, 2010 10:31 AM|LINK
Hi,
Where do you put validaterequest=false? If you want to transfer some XML data, please put validaterequest=false in the page which recieves data.
I hope this can be helpful for you.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
psynog
0 Points
2 Posts
Re: Validaterequest ignored on non-updatable precompiled asp.net site
Sep 10, 2010 12:38 AM|LINK
I have tried setting validaterequest=false at both the web.config and page level, and they both seemed to be ignored.