Welcome to MSDN Blogs Sign in | Join | Help

Michael Yeager's MSDN Blog

A stigmergic trail of SharePoint, asp.net and Silverlight Solutions
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: http://webservicecatalog.com/post/STSAdm-Command-line-Guide.aspx 

Posted: Monday, December 01, 2008 1:23 PM by mty

Comments

John Scott's SharePoint Kool-Aid said:

I don&#39;t understand why Microsoft stuck that logo on all the web based InfoPath forms by default.

# March 19, 2009 10:58 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker