<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Changing app.config URI after build</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Changing app.config URI after build</description>
  <pubDate>Thu, 21 May 2026 21:26:49 -700</pubDate>
  <lastBuildDate>Wed, 24 Feb 2010 11:50:22 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1636</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Changing app.config URI after build : Actually, I amthe IT guy here...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6256#6256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=3" rel="nofollow">JoshO</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 24-Feb-2010 at 11:50am<br /><br />Actually, I am&nbsp;the IT guy here Ideablade and&nbsp;I chose to place my configuration settings in the web.config since that is where I would hope to find them during deployment. Several Google searches led me to "InitParams" and how to pass it to a Silverlight app. I don't know the "why" of what I did other than it worked and seemed to follow the normal practices of web apps even though it may not be the "best practice". One of our best developers here gave me an answer to your question: <DIV>&nbsp;</DIV><DIV>"I haven’t used DocumentUri, but you can also do it using the Silverlight Application.Current.Host.Source value something like this:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var cfg = <SPAN style="COLOR: #2b91af">IdeaBladeConfig</SPAN>.Instance;<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <SPAN style="COLOR: blue">var</SPAN> src = System.Windows.<SPAN style="COLOR: #2b91af">Application</SPAN>.Current.Host.Source;<o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <SPAN style="COLOR: blue">string</SPAN> url = <SPAN style="COLOR: blue">string</SPAN>.Format(<SPAN style="COLOR: #a31515">"{0}://{1}"</SPAN>, src.Scheme, src.Host);<o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cfg.ObjectServer = <SPAN style="COLOR: blue">new</SPAN> <SPAN style="COLOR: #2b91af">ObjectServerElement</SPAN>() {<o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsDistributed = <SPAN style="COLOR: blue">true</SPAN>, RemoteBaseUrl = url, ServiceName = <SPAN style="COLOR: #a31515">"EntityService.svc"</SPAN>,<o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ServerPort = src.Port<o:p></o:p></SPAN></P><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="FONT-FAMILY: C&#111;nsolas; FONT-SIZE: 9.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<o:p></o:p></SPAN></P></DIV><DIV></pre></td></tr></table></DIV><DIV>Using InitParams, or Application.Current, or DocumentUri, is mostly a matter of taste and what you need.<BR>InitParams has the advantage of 1) supporting a BOS not at the same site as the XAP, and 2) is also a good flexible approach to passing arguments into the Silverlight application."</DIV>]]>
   </description>
   <pubDate>Wed, 24 Feb 2010 11:50:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6256#6256</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : It&#8217;s interesting that you recommendusing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6247#6247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=309" rel="nofollow">DapperDanH</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 23-Feb-2010 at 6:18am<br /><br /><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><SPAN style="COLOR: #1f497d"><FONT face=Calibri><FONT size=3>It’s interesting that you recommend&nbsp;using InitParams. We debated the asp.net InitParams approach versus silverlight code-behind&nbsp; leveraging DocumentURI.Host and DocumentURI.Port.</FONT></P><DIV><FONT size=3></FONT></DIV><DIV><FONT size=3></FONT></DIV><SPAN style="COLOR: #1f497d"><FONT size=3><DIV>&nbsp;</DIV><DIV>My guess is if your webservice is hosted on a different server from your asp/Silverlight application, you’d want to configure the initparam way. </DIV><DIV>&nbsp;</DIV><DIV>Thoughts?</DIV><DIV>&nbsp;</DIV><DIV>Dan<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></SPAN></DIV><DIV><FONT size=3></FONT></DIV><DIV><FONT size=3></FONT></DIV><DIV><FONT size=3></FONT></DIV><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><o:p></o:p></FONT></SPAN></P>]]>
   </description>
   <pubDate>Tue, 23 Feb 2010 06:18:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6247#6247</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : Here is the solution built from...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6234#6234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=3" rel="nofollow">JoshO</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 18-Feb-2010 at 2:17pm<br /><br />Here is the solution built from DevForce 5.2.5. <DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com/DevForceSilverlight/CodeSamples/&#079;bjectServerSettingsInWebC&#111;nfig/SimpleSilverlightApp.C&#111;nfigure&#079;bjectServer.CodeCS.5.2.5.zip" target="_blank">http://www.ideablade.com/DevForceSilverlight/CodeSamples/ObjectServerSettingsInWebConfig/SimpleSilverlightApp.ConfigureObjectServer.CodeCS.5.2.5.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>NOTE:&nbsp; if you deploy this sample app to an IIS 7 server, you must either assign the app to the "Classic .NET App Pool" or add this to the web.config:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&lt;system.webServer&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;validation validateIntegratedModeConfiguration="false"/&gt;</DIV><DIV>&lt;/system.webServer&gt;</DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Finally, the &lt;edmKey&gt; in the web.config is set to connect to a local SQL Server that has the "NorthwindIB" database which is installed with DevForce and the security is set to "<strong>Integrated Security=True</strong>" which means the IIS Application Pool user&nbsp;account needs access to the SQL Server instance which it shouldn't by default. I would change it to use a&nbsp;SQL user login instead or create a new application pool that runs under a Windows account that you have granted access in SQL Server. Integrated Security works just fine in Cassini since it uses your Windows account which would have access to a local SQL Server instance.</DIV><span style="font-size:10px"><br /><br />Edited by JoshO - 18-Feb-2010 at 6:28pm</span>]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 14:17:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6234#6234</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : This is for Silverlight applications...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6232#6232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=3" rel="nofollow">JoshO</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 18-Feb-2010 at 1:00pm<br /><br /><DIV><FONT size=3>This is for Silverlight applications that use the &lt;object&gt; element in its startup page. C# is used in the code snippets from the xaml pages (App.xaml and Page.xaml).</FONT></DIV><DIV>&nbsp;</DIV><DIV>Sorry about the spacing, pasting from VS is not the best. I will post the download link for this solution in about an hour.</DIV><DIV>&nbsp;</DIV><DIV>First, add an &lt;appSettings&gt; element to your <strong>web.config</strong> anywhere under &lt;configuration&gt;:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>&lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>appSettings</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>add</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>key</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>RemoteBaseURL</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>value</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>http://bobo</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>/&gt;</P><P>&lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>add</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>key</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>RemoteBasePort</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>value</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>9009</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>/&gt;</P><P>&lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>add</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>key</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>RemoteBaseServiceName</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>value</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>EntityService.svc</FONT></FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>/&gt;</P><P>&lt;/</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>appSettings</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>&gt;</P></FONT></FONT></DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Next, in your Silverlight startup page (typically default.aspx) add a &lt;param&gt; element named "initParams" as shown below. You&nbsp;assign the key/value pairs from the &lt;appSettings&gt; in the web.config. Separate each pair with a comma ","&nbsp;&nbsp;.</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><DIV>&lt;param name="initParams" value="&lt;%= string.Format("RemoteBaseURL={0}", ConfigurationManager.AppSettings&#091;"RemoteBaseURL"&#093;)%&gt;,&lt;%= string.Format("RemoteBasePort={0}", ConfigurationManager.AppSettings&#091;"RemoteBasePort"&#093;)%&gt;,&lt;%= string.Format("RemoteBaseServiceName={0}", ConfigurationManager.AppSettings&#091;"RemoteBaseServiceName"&#093;)%&gt;" /&gt;</DIV></DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Next, modify your "Application_Startup" method found in the App.xaml.cs. In this method, you have access to the initParams you created in the default.aspx through the "StartupEventArgs e". For development purposes, I added an "if" statement which will ignore the appSettings in the web.config if your "remoteBaseURL"&nbsp;property in the application's app.config is set to <a href="http://localhost" target="_blank">http://localhost</A>&nbsp;so that Visual Studio will run the app under Cassini.</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>private</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>void</FONT></FONT><FONT size=2> Application_Startup(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>object</FONT></FONT><FONT size=2> sender, </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>StartupEventArgs</FONT></FONT><FONT size=2> e) {</P><P></P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>var</FONT></FONT><FONT size=2> config = IdeaBlade.Core.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>IdeaBladeConfig</FONT></FONT><FONT size=2>.Instance;</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>var</FONT></FONT><FONT size=2> serverInfo = config.ObjectServer;</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>if</FONT></FONT><FONT size=2> (serverInfo.RemoteBaseUrl != </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"http://localhost"</FONT></FONT><FONT size=2>)</P><P>{</P><P>serverInfo.RemoteBaseUrl = e.InitParams&#091;</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"RemoteBaseURL"</FONT></FONT><FONT size=2>&#093;;</P><DIV>serverInfo.ServerPort = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>int</FONT></FONT><FONT size=2>.Parse(e.InitParams&#091;</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"RemoteBasePort"</FONT></FONT><FONT size=2>&#093;);</DIV><P></P><P>serverInfo.ServiceName = e.InitParams&#091;</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"RemoteBaseServiceName"</FONT></FONT><FONT size=2>&#093;;</P><P>}</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>this</FONT></FONT><FONT size=2>.RootVisual = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>Page</FONT></FONT><FONT size=2>(); </P><P>}</P></FONT></DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 13:00:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6232#6232</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : thanks! look forward to the snippet....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6231#6231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=309" rel="nofollow">DapperDanH</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 18-Feb-2010 at 12:47pm<br /><br />thanks!&nbsp; look forward to the snippet.]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 12:47:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6231#6231</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : I have just finished modifying...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6230#6230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=3" rel="nofollow">JoshO</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 18-Feb-2010 at 12:25pm<br /><br />I have just finished modifying our Simple Silverlight App from the DevForce Learning Resources. The app will read the object server properties (remoteBaseURL, serverPort, and serviceName) from the web.config. I will place snippets of the changes to be made and I will give a link to download the solution as well. There are no DevForce code changes to be made, this is all ASP.NET and Silverlight code.]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 12:25:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6230#6230</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build :  I can&#8217;t find a way to initialize...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6223#6223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=309" rel="nofollow">DapperDanH</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 18-Feb-2010 at 8:28am<br /><br /><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal>I can’t find a way to initialize the EntityManager in code and change the URI of the EntityService.&nbsp; Can anyone provide sample code of programmatically setting up the EntityManager and passing in the URI of the EntityService?</P><DIV></DIV><DIV></DIV>Thanks,<DIV></DIV>Dan Hickman</SPAN>]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 08:28:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6223#6223</guid>
  </item> 
  <item>
   <title>Changing app.config URI after build : HI, I have a silverlight application...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6163#6163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=459" rel="nofollow">amit007</a><br /><strong>Subject:</strong> 1636<br /><strong>Posted:</strong> 02-Feb-2010 at 12:16pm<br /><br /><DIV>HI,</DIV><DIV>I have a silverlight application for that i need to figure it out how to change the app.config uri when i am ready to deploy to client site.&nbsp;Our client will not have a fixed uri,&nbsp;so can't set this in advance. &nbsp;I try to set the app.config build action to "Content", but it automatically get reset to "Embedded Resource". </DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Amit&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 02 Feb 2010 12:16:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1636&amp;PID=6163#6163</guid>
  </item> 
 </channel>
</rss>