<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.southworks.net/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Matias Woloski</title>
	
	<link>http://blogs.southworks.net/mwoloski</link>
	<description>my facade</description>
	<lastBuildDate>Tue, 15 Nov 2011 19:02:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.southworks.net/mwoloski-comments" /><feedburner:info uri="mwoloski-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on OpenID – WS-Fed Protocol Transition STS by Matias Woloski</title>
		<link>http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43916</link>
		<dc:creator>Matias Woloski</dc:creator>
		<pubDate>Tue, 15 Nov 2011 19:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43916</guid>
		<description>Hi, I recommend you to take a look at an enhanced version of this here

https://github.com/southworks/protocol-bridge-claims-provider

Let me know if you have any question
@woloski</description>
		<content:encoded><![CDATA[<p>Hi, I recommend you to take a look at an enhanced version of this here</p>
<p><a href="https://github.com/southworks/protocol-bridge-claims-provider" rel="nofollow">https://github.com/southworks/protocol-bridge-claims-provider</a></p>
<p>Let me know if you have any question<br />
@woloski</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenID – WS-Fed Protocol Transition STS by Ash Moollan</title>
		<link>http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43915</link>
		<dc:creator>Ash Moollan</dc:creator>
		<pubDate>Sun, 13 Nov 2011 00:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43915</guid>
		<description>Hi there,

Great article, i would like looking at your implementation more closely, but your download link appears to be broken. Do you have an alternate link?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Great article, i would like looking at your implementation more closely, but your download link appears to be broken. Do you have an alternate link?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Azure Accelerator for Worker Role – Update your workers faster by Ilya</title>
		<link>http://blogs.southworks.net/mwoloski/2011/07/22/windows-azure-accelerator-for-worker-role-update-your-workers-faster/#comment-43912</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Tue, 25 Oct 2011 20:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/?p=681#comment-43912</guid>
		<description>Nicely done guys.  I am using this and saving tons of time.  Thanks for publishing this fantastic workaround.</description>
		<content:encoded><![CDATA[<p>Nicely done guys.  I am using this and saving tons of time.  Thanks for publishing this fantastic workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Not enough space on the disk – Windows Azure by 蒼の王座 » Web Deployで発生するWindows Azureディスク容量不足への対応</title>
		<link>http://blogs.southworks.net/mwoloski/2011/08/04/not-enough-space-on-the-disk-windows-azure/#comment-43868</link>
		<dc:creator>蒼の王座 » Web Deployで発生するWindows Azureディスク容量不足への対応</dc:creator>
		<pubDate>Sun, 07 Aug 2011 14:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2011/08/04/not-enough-space-on-the-disk-windows-azure/#comment-43868</guid>
		<description>[...] ホーム紹介 RSS feed Xian Guo  Zhua Xia  Yodao  Google  netvibes  newsgator Bloglines iNezha  Twitter  © 2009-2011 蒼の王座 Web Deployで発生するWindows Azureディスク容量不足への対応 8月 7th, 2011 コメントする | トラックバック「Not enough space on the disk – Windows Azure | Matias Woloski」をざっくり意訳した投稿です。ローカルストレージ容量が容量が少なくて、Windows Azureで容量不足が発生します。ServiceDefで容量増加をすることで簡単に解決することができます。WebDeployを使用すると度々この問題に直面します。解決方法について情報共有したいと思います。問題パッケージを作成する時、WebDeployがディスク容量不足の例外が発生します。There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BinaryWriter.Write(Byte[] buffer, Int32 index, Int32 count) at Microsoft.Web.Deployment.ZipEntry.ReadFromFile(String path, Boolean shouldCompress, BinaryWriter tempWriter, Stream stream, FileAttributes attr, DateTime lastModifiedTime, String descriptor, Int64 size) at Microsoft.Web.Deployment.ZipEntry..ctor(String path, DeploymentObject source, ZipFile zipFile)分析パッケージを作成している間、WebDeployは一時ファイルを作成するためにtempパスを使用します。このフォルダーは、MSDNによると100MBです。パッケージが100MB以上必要な場合、”disk is full”が原因で、IO例外が発生します。Azure Web Role上で、Process Monitorのトレースを見ると、CreateFileからDISK FULLを返します。Reflectorで見ると、WebDeployはPath.GetTempPathを使用します。解決策異なるパスを使用するのに、WebDeployコードを変更する必要はありません。TEMP/TMP環境設定を変更します。詳細は、General Troubleshooting in Windows Azureを参照して下さい。TEMP/TMPのディレクトリを十分な容量を持っているディレクトリに変更することができます。TEMPとTMPは、最大サイズ100MBのディレクトリに設定さています。このディレクトリに保存されたデータは、ホストサービスのライフサイクルの中で永続化されません。ロールインスタンスがリサイクルすると、ディレクトリはクリアされます。もしホストサービス用の一時ディレクトリが容量不足になるか、一時ディレクトリのデータを永続化させる必要があるなら、それらを解決することができます。ローカルストレージのリソースを設定することで、TEMP又はTMPを使用する代わりに直接アクセスできるようになります。ローカルストレージリソースにアクセスする為に、アプリケーションからRoleEnvironment.GetLocalResource Method (Microsoft.WindowsAzure.ServiceRuntime)メソッドを呼び出します。詳細については、How to Configure Local Storage Resourcesを参照してください。ローカルストレージリソースを設定し、TEMPとTMPディレクトリをローカルストレージリソースに指定します。この変更は、RoleEntryPoint.OnStart Method (Microsoft.WindowsAzure.ServiceRuntime)メソッド内で処理すべきです。次のコードは、OnStartメソッドからTEMPとTMPの対象ディレクトリを変更する方法です。using System; using Microsoft.WindowsAzure.ServiceRuntime;namespace WorkerRole1 { public class WorkerRole : RoleEntryPoint { public override bool OnStart() { string customTempLocalResourcePath = RoleEnvironment.GetLocalResource("tempdir").RootPath; Environment.SetEnvironmentVariable("TMP", customTempLocalResourcePath); Environment.SetEnvironmentVariable("TEMP", customTempLocalResourcePath);// The rest of your startup code goes here…return base.OnStart(); } } }閲覧数TOP5マイクロソフト組織改革：赤服のScott GuthrieがAzureアプリケーションプラットフォームチームを担当Windows Azure AppFabricキャッシュサービスをリリース！Windows Azureニュースfrom MIX 11(Azure Team Blogの意訳)SQL Azure DBに接続しようとすると18456エラーがでる場合の対処Windows Azure Roleアーキテクチャ関連エントリー SQL AzureでCo-Adminを設定する方法 TechED NA2011:SQL Azure概要のまとめ Windows Azure VMのOSパフォーマンスログが格納されている場所 Enzo Backup for SQL Azure 体験記その１ Windows Azure Migration Scannerを公開Tweet タグ: Tips, Web Deploy, Windows Azure  ASP.NET Universal ProviderをSQL的側面から見てみた まだコメントはありません。 Cancel reply [...]</description>
		<content:encoded><![CDATA[<p>[...] ホーム紹介 RSS feed Xian Guo  Zhua Xia  Yodao  Google  netvibes  newsgator Bloglines iNezha  Twitter  &copy; 2009-2011 蒼の王座 Web Deployで発生するWindows Azureディスク容量不足への対応 8月 7th, 2011 コメントする | トラックバック「Not enough space on the disk – Windows Azure | Matias Woloski」をざっくり意訳した投稿です。ローカルストレージ容量が容量が少なくて、Windows Azureで容量不足が発生します。ServiceDefで容量増加をすることで簡単に解決することができます。WebDeployを使用すると度々この問題に直面します。解決方法について情報共有したいと思います。問題パッケージを作成する時、WebDeployがディスク容量不足の例外が発生します。There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.BinaryWriter.Write(Byte[] buffer, Int32 index, Int32 count) at Microsoft.Web.Deployment.ZipEntry.ReadFromFile(String path, Boolean shouldCompress, BinaryWriter tempWriter, Stream stream, FileAttributes attr, DateTime lastModifiedTime, String descriptor, Int64 size) at Microsoft.Web.Deployment.ZipEntry..ctor(String path, DeploymentObject source, ZipFile zipFile)分析パッケージを作成している間、WebDeployは一時ファイルを作成するためにtempパスを使用します。このフォルダーは、MSDNによると100MBです。パッケージが100MB以上必要な場合、”disk is full”が原因で、IO例外が発生します。Azure Web Role上で、Process Monitorのトレースを見ると、CreateFileからDISK FULLを返します。Reflectorで見ると、WebDeployはPath.GetTempPathを使用します。解決策異なるパスを使用するのに、WebDeployコードを変更する必要はありません。TEMP/TMP環境設定を変更します。詳細は、General Troubleshooting in Windows Azureを参照して下さい。TEMP/TMPのディレクトリを十分な容量を持っているディレクトリに変更することができます。TEMPとTMPは、最大サイズ100MBのディレクトリに設定さています。このディレクトリに保存されたデータは、ホストサービスのライフサイクルの中で永続化されません。ロールインスタンスがリサイクルすると、ディレクトリはクリアされます。もしホストサービス用の一時ディレクトリが容量不足になるか、一時ディレクトリのデータを永続化させる必要があるなら、それらを解決することができます。ローカルストレージのリソースを設定することで、TEMP又はTMPを使用する代わりに直接アクセスできるようになります。ローカルストレージリソースにアクセスする為に、アプリケーションからRoleEnvironment.GetLocalResource Method (Microsoft.WindowsAzure.ServiceRuntime)メソッドを呼び出します。詳細については、How to Configure Local Storage Resourcesを参照してください。ローカルストレージリソースを設定し、TEMPとTMPディレクトリをローカルストレージリソースに指定します。この変更は、RoleEntryPoint.OnStart Method (Microsoft.WindowsAzure.ServiceRuntime)メソッド内で処理すべきです。次のコードは、OnStartメソッドからTEMPとTMPの対象ディレクトリを変更する方法です。using System; using Microsoft.WindowsAzure.ServiceRuntime;namespace WorkerRole1 { public class WorkerRole : RoleEntryPoint { public override bool OnStart() { string customTempLocalResourcePath = RoleEnvironment.GetLocalResource(&quot;tempdir&quot;).RootPath; Environment.SetEnvironmentVariable(&quot;TMP&quot;, customTempLocalResourcePath); Environment.SetEnvironmentVariable(&quot;TEMP&quot;, customTempLocalResourcePath);// The rest of your startup code goes here…return base.OnStart(); } } }閲覧数TOP5マイクロソフト組織改革：赤服のScott GuthrieがAzureアプリケーションプラットフォームチームを担当Windows Azure AppFabricキャッシュサービスをリリース！Windows Azureニュースfrom MIX 11(Azure Team Blogの意訳)SQL Azure DBに接続しようとすると18456エラーがでる場合の対処Windows Azure Roleアーキテクチャ関連エントリー SQL AzureでCo-Adminを設定する方法 TechED NA2011:SQL Azure概要のまとめ Windows Azure VMのOSパフォーマンスログが格納されている場所 Enzo Backup for SQL Azure 体験記その１ Windows Azure Migration Scannerを公開Tweet タグ: Tips, Web Deploy, Windows Azure  ASP.NET Universal ProviderをSQL的側面から見てみた まだコメントはありません。 Cancel reply [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure by Programando Juegos Sociales en Línea (Parte 3) Tankster, Blob Storage y JSONP - Angel "Java" Lopez</title>
		<link>http://blogs.southworks.net/mwoloski/2011/07/02/ajax-cross-domain-jquery-wcf-web-api-or-mvc-windows-azure/#comment-43863</link>
		<dc:creator>Programando Juegos Sociales en Línea (Parte 3) Tankster, Blob Storage y JSONP - Angel "Java" Lopez</dc:creator>
		<pubDate>Wed, 03 Aug 2011 09:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/?p=658#comment-43863</guid>
		<description>[...] Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure by Social Online Games Programming (Part 3) Tankster, Blob Storage and JSONP « Angel “Java” Lopez on Blog</title>
		<link>http://blogs.southworks.net/mwoloski/2011/07/02/ajax-cross-domain-jquery-wcf-web-api-or-mvc-windows-azure/#comment-43861</link>
		<dc:creator>Social Online Games Programming (Part 3) Tankster, Blob Storage and JSONP « Angel “Java” Lopez on Blog</dc:creator>
		<pubDate>Fri, 29 Jul 2011 11:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/?p=658#comment-43861</guid>
		<description>[...] Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajax, Cross Domain, jQuery, WCF Web API or MVC, Windows Azure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenID – WS-Fed Protocol Transition STS by Consumer Identities for Business transactions - Windows Azure Blog</title>
		<link>http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43837</link>
		<dc:creator>Consumer Identities for Business transactions - Windows Azure Blog</dc:creator>
		<pubDate>Wed, 20 Jul 2011 09:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2009/07/14/openid-ws-fed-protocol-transition-sts/#comment-43837</guid>
		<description>[...] year ago I wrote a blog post about how to use the Windows Identity Foundation with OpenID. Essentially the idea was writing an [...]</description>
		<content:encoded><![CDATA[<p>[...] year ago I wrote a blog post about how to use the Windows Identity Foundation with OpenID. Essentially the idea was writing an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Azure Services Platform – Passive Federation &amp; Access Control #1 by Matias Woloski’s Blog Â» Blog Archive » IssueTracker Azure Edition – a Cloud Application</title>
		<link>http://blogs.southworks.net/mwoloski/2008/11/07/azure-services-platform-passive-federation-access-control-1/#comment-43699</link>
		<dc:creator>Matias Woloski’s Blog Â» Blog Archive » IssueTracker Azure Edition – a Cloud Application</dc:creator>
		<pubDate>Fri, 15 Oct 2010 21:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2008/11/07/azure-services-platform-passive-federation-access-control-1/#comment-43699</guid>
		<description>[...] [Identity] Federation against LiveID and claim mapping between email -&gt; tasks. I hinted the implementation in these post. [...]</description>
		<content:encoded><![CDATA[<p>[...] [Identity] Federation against LiveID and claim mapping between email -&gt; tasks. I hinted the implementation in these post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Identity prime time with Microsoft Identity Framework “Zermatt” by Jaime Villerreal</title>
		<link>http://blogs.southworks.net/mwoloski/2008/07/12/identity-prime-time-with-microsoft-identity-framework-zermatt/#comment-43585</link>
		<dc:creator>Jaime Villerreal</dc:creator>
		<pubDate>Wed, 13 Oct 2010 21:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2008/07/12/identity-prime-time-with-microsoft-identity-framework-zermatt/#comment-43585</guid>
		<description>&lt;strong&gt;Zjuhfnavwty...&lt;/strong&gt;

&lt;a href="http://blog.irm.se/members/geisha-wig.aspx" rel="nofollow"&gt; geisha wigs &lt; ...</description>
		<content:encoded><![CDATA[<p><strong>Zjuhfnavwty&#8230;</strong></p>
<p><a href="http://blog.irm.se/members/geisha-wig.aspx" rel="nofollow"> geisha wigs &lt; &#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Identity prime time with Microsoft Identity Framework “Zermatt” by Robert Jervey</title>
		<link>http://blogs.southworks.net/mwoloski/2008/07/12/identity-prime-time-with-microsoft-identity-framework-zermatt/#comment-43579</link>
		<dc:creator>Robert Jervey</dc:creator>
		<pubDate>Wed, 13 Oct 2010 20:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/mwoloski/2008/07/12/identity-prime-time-with-microsoft-identity-framework-zermatt/#comment-43579</guid>
		<description>&lt;strong&gt;Fzhnjuwaytv...&lt;/strong&gt;

&lt;a href="http://blog.irm.se/members/peg-bundy-wig.aspx" rel="nofollow"&gt; peg bundy hair costume &lt; ...</description>
		<content:encoded><![CDATA[<p><strong>Fzhnjuwaytv&#8230;</strong></p>
<p><a href="http://blog.irm.se/members/peg-bundy-wig.aspx" rel="nofollow"> peg bundy hair costume &lt; &#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

