<?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 : Azure Deployemt</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Azure Deployemt</description>
  <pubDate>Wed, 15 Apr 2026 13:35:41 -700</pubDate>
  <lastBuildDate>Sat, 12 Feb 2011 07:47:19 -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=2504</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>Azure Deployemt :  Yes, DevForce allows overriding...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2504&amp;PID=9937#9937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 2504<br /><strong>Posted:</strong> 12-Feb-2011 at 7:47am<br /><br />Yes, DevForce allows overriding the logging using the ITraceLogger interface.<br><br>&nbsp;public class AzureLoggerProvider : ITraceLoggerProvider {<br><br>&nbsp;&nbsp;&nbsp; public ITraceLogger GetLogger() {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return new AzureLogger();<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; }<br><br>&nbsp; public class AzureLogger : ITraceLogger {<br><br>&nbsp;&nbsp;&nbsp; public bool IsSingleThreaded {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get { return false; }<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; public void Log(object message) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Code goes here to log to Azure Storage<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; }<br><br>]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 07:47:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2504&amp;PID=9937#9937</guid>
  </item> 
  <item>
   <title>Azure Deployemt : I have deployed a Silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2504&amp;PID=9932#9932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1070" rel="nofollow">steveprov</a><br /><strong>Subject:</strong> 2504<br /><strong>Posted:</strong> 11-Feb-2011 at 2:31pm<br /><br />I have deployed a Silverlight application to Azure and while the EntityManager can Read ok I cannot Save. I would like to look at the DebugLog.xml but on Azure I cannot control write access to the web root and cannot redirect&nbsp; to configured local storage. <br><br>Is there a way to get control of the logging so I can redirect it to Azure Storage?<br>]]>
   </description>
   <pubDate>Fri, 11 Feb 2011 14:31:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2504&amp;PID=9932#9932</guid>
  </item> 
 </channel>
</rss>