<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Michael Yeager's MSDN Blog  : Forms Server</title><link>http://blogs.msdn.com/michael_yeager/archive/tags/Forms+Server/default.aspx</link><description>Tags: Forms Server</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Using STSADM to set Form Services Properties</title><link>http://blogs.msdn.com/michael_yeager/archive/2008/12/01/using-stsadm-to-set-form-services-properties.aspx</link><pubDate>Mon, 01 Dec 2008 21:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9161160</guid><dc:creator>mty</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/michael_yeager/comments/9161160.aspx</comments><wfw:commentRss>http://blogs.msdn.com/michael_yeager/commentrss.aspx?PostID=9161160</wfw:commentRss><description>&lt;P&gt;Use the SetFormsServiceProperty operation as follows:&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;stsadm -o setformsserviceproperty &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;&amp;nbsp;-pn &amp;lt;option name&amp;gt; &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;&amp;nbsp;-pv &amp;lt;option value&amp;gt; &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;Option Names: &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;DefaultDataConnectionTimeout &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;MaxDataConnectionTimeout &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;MaxDataConnectionResponseSize &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;RequireSslForDataConnections &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowEmbeddedSqlForDataConnections &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowUdcAuthenticationForDataConnections &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowUserFormCrossDomainDataConnections &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowUserFormBrowserEnabling &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowUserFormBrowserRendering &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowViewState &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;ViewStateThreshold &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;ShowProgressRolesManager &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;AllowBranding &lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;Example - to turn off the&amp;nbsp;"Powered by Forms Services"&amp;nbsp;logo on your form services forms:&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;stsadm -o setformsserviceproperty -pn AllowBranding -pv false&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;Note: You can use stsadm -o getformsserviceproperty -pn to see what the default values are for that particular property&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: black; FONT-FAMILY: tahoma"&gt;For a full list of the stsadm commands go to: &lt;A href="http://webservicecatalog.com/post/STSAdm-Command-line-Guide.aspx"&gt;http://webservicecatalog.com/post/STSAdm-Command-line-Guide.aspx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9161160" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/michael_yeager/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/michael_yeager/archive/tags/MOSS+2007/default.aspx">MOSS 2007</category><category domain="http://blogs.msdn.com/michael_yeager/archive/tags/WSS+v3/default.aspx">WSS v3</category><category domain="http://blogs.msdn.com/michael_yeager/archive/tags/Forms+Server/default.aspx">Forms Server</category></item></channel></rss>