|
Home > Archive > Microsoft Content Management Server > January 2005 > Authoring Connector with validateRequest=true
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Authoring Connector with validateRequest=true
|
|
| Tim Hooper 2005-01-25, 5:50 pm |
| I recently implmented an input form for my MCMS 2002 site,
and in order to use client side validators, i set
validateRequest="true" in my machine.config file.
This caused my validators to work, but seems to have
broken the authoring connector. Is there a way to
configure my Windows 2003 Server MCMS installation so that
I can use both the Authoring Connector and Client Side
validators?
Thanks in advance.
Tim
| |
| Stefan [MSFT] 2005-01-25, 5:50 pm |
| Hi Tim,
validateRequest is a security setting to check form content on the server
side.
I'm not aware of an incfluence to client side validators.
MCMS html placeholder content cannot be used with this setting being enabled
as html content needs to be sent to the server and validatereqest=true
prevents this.
I have used client site validators on multiple sites and never had a problem
with this setting being set to false.
Cheers,
Stefan.
"Tim Hooper" <anonymous@discussions.microsoft.com> wrote in message
news:087601c50311$94995010$a601280a@phx.gbl...
> I recently implmented an input form for my MCMS 2002 site,
> and in order to use client side validators, i set
> validateRequest="true" in my machine.config file.
>
> This caused my validators to work, but seems to have
> broken the authoring connector. Is there a way to
> configure my Windows 2003 Server MCMS installation so that
> I can use both the Authoring Connector and Client Side
> validators?
>
> Thanks in advance.
>
> Tim
|
|
|
|
|