Using STSADM to set Form Services Properties
Use the SetFormsServiceProperty operation as follows:
stsadm -o setformsserviceproperty
-pn <option name>
-pv <option value>
Option Names:
DefaultDataConnectionTimeout
MaxDataConnectionTimeout
MaxDataConnectionResponseSize
RequireSslForDataConnections
AllowEmbeddedSqlForDataConnections
AllowUdcAuthenticationForDataConnections
AllowUserFormCrossDomainDataConnections
AllowUserFormBrowserEnabling
AllowUserFormBrowserRendering
AllowViewState
ViewStateThreshold
ShowProgressRolesManager
AllowBranding
Example - to turn off the "Powered by Forms Services" logo on your form services forms:
stsadm -o setformsserviceproperty -pn AllowBranding -pv false
Note: You can use stsadm -o getformsserviceproperty -pn to see what the default values are for that particular property
For a full list of the stsadm commands go to: https://webservicecatalog.com/post/STSAdm-Command-line-Guide.aspx
Comments
- Anonymous
March 19, 2009
I don't understand why Microsoft stuck that logo on all the web based InfoPath forms by default.