<?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>Speaking of which... - All Comments</title><link>http://blogs.msdn.com/b/johan/</link><description>Sample solutions from Internet development support</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Are you getting OutOfMemoryExceptions when uploading large files?</title><link>http://blogs.msdn.com/b/johan/archive/2006/11/15/are-you-getting-outofmemoryexceptions-when-uploading-large-files.aspx#10415605</link><pubDate>Thu, 02 May 2013 12:19:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10415605</guid><dc:creator>pnsunil89</dc:creator><description>&lt;p&gt;Hi, Can I get a little help here,&lt;/p&gt;
&lt;p&gt;I am getting the the below exception&lt;/p&gt;
&lt;p&gt;{System.Net.WebException: The remote server returned an error: (405) Method Not Allowed.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Net.HttpWebRequest.GetResponse()&lt;/p&gt;
&lt;p&gt;It happens when i try to call the below method&lt;/p&gt;
&lt;p&gt;System.Net.WebResponse oWResponse = oWebrequest.GetResponse();&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10415605" width="1" height="1"&gt;</description></item><item><title>re: Are you getting OutOfMemoryExceptions when uploading large files?</title><link>http://blogs.msdn.com/b/johan/archive/2006/11/15/are-you-getting-outofmemoryexceptions-when-uploading-large-files.aspx#10383379</link><pubDate>Wed, 09 Jan 2013 07:41:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10383379</guid><dc:creator>Mobileboy36</dc:creator><description>&lt;p&gt;On the server side, I have an aspx file but this doesn&amp;#39;t work in combination with your method.&lt;/p&gt;
&lt;p&gt;Do you have a piece of server code illustrating the way to do it.&lt;/p&gt;
&lt;p&gt; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim f As String&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim file&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim SaveAsPath As String&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For Each f In Request.Files.AllKeys&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file = Request.Files(f)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SaveAsPath = Server.MapPath(&amp;quot;uploadedfiles/&amp;quot;) &amp;amp; file.FileName&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#39;file.SaveAs(&amp;quot;c:\inetpub\test\UploadedFiles\&amp;quot; &amp;amp; file.FileName)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file.SaveAs(SaveAsPath)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next f&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Sub&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10383379" width="1" height="1"&gt;</description></item><item><title>re: Are you getting OutOfMemoryExceptions when uploading large files?</title><link>http://blogs.msdn.com/b/johan/archive/2006/11/15/are-you-getting-outofmemoryexceptions-when-uploading-large-files.aspx#10383196</link><pubDate>Tue, 08 Jan 2013 16:31:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10383196</guid><dc:creator>Mobileboy36</dc:creator><description>&lt;p&gt;Very nice post, thank you.&lt;/p&gt;
&lt;p&gt;I have a question about the server side:&lt;/p&gt;
&lt;p&gt;Can you list a code example for the .aspx page that this uploader would post to? (I don&amp;#39;t know how to handle this, the link &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/323245"&gt;support.microsoft.com/.../323245&lt;/a&gt; does not work anymore)&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10383196" width="1" height="1"&gt;</description></item><item><title>re: PowerShell - Managing Feature Delegation in IIS7</title><link>http://blogs.msdn.com/b/johan/archive/2008/12/16/powershell-managing-feature-delegation-in-iis7.aspx#10368388</link><pubDate>Wed, 14 Nov 2012 05:46:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10368388</guid><dc:creator>Chris Ranney</dc:creator><description>&lt;p&gt;Great post,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve only been able to get this working for .net 2.0, what about 4.0 settings? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10368388" width="1" height="1"&gt;</description></item><item><title>re: PowerShell - Automatically organizing your mp3-collection</title><link>http://blogs.msdn.com/b/johan/archive/2008/09/23/powershell-automatically-organizing-your-mp3-collection.aspx#10367445</link><pubDate>Sat, 10 Nov 2012 12:05:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10367445</guid><dc:creator>Befuddled</dc:creator><description>&lt;p&gt;How does the function &amp;quot;getMP3MetaData&amp;quot; work? &amp;nbsp;What does the series 0..266 represent?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10367445" width="1" height="1"&gt;</description></item><item><title>re: I am getting OutOfMemoryExceptions. How can I troubleshoot this?</title><link>http://blogs.msdn.com/b/johan/archive/2007/01/11/i-am-getting-outofmemoryexceptions-how-can-i-troubleshoot-this.aspx#10354386</link><pubDate>Sat, 29 Sep 2012 10:10:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354386</guid><dc:creator>Pavel Biryukov</dc:creator><description>&lt;p&gt;Thanks! Very useful post! &lt;/p&gt;
&lt;p&gt;5 years have passed - but it&amp;#39;s still actual for debugging in the production environment :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354386" width="1" height="1"&gt;</description></item><item><title>re: Walkthrough - Troubleshooting a native memory leak</title><link>http://blogs.msdn.com/b/johan/archive/2008/02/21/walkthrough-troubleshooting-a-native-memory-leak.aspx#10306020</link><pubDate>Wed, 16 May 2012 20:36:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10306020</guid><dc:creator>idotta</dc:creator><description>&lt;p&gt;This is a GREAT start at investigating unmanaged memory! &amp;nbsp;Usually the details can be easy to jump into, but sometimes a primer like this is excellent. &amp;nbsp;Narrowing down the possibilities is a GREAT start.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10306020" width="1" height="1"&gt;</description></item><item><title>re: Getting started with windbg - part I</title><link>http://blogs.msdn.com/b/johan/archive/2007/11/13/getting-started-with-windbg-part-i.aspx#10293498</link><pubDate>Fri, 13 Apr 2012 09:47:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10293498</guid><dc:creator>Sagar</dc:creator><description>&lt;p&gt;This is a great post Johan. Its very useful. Thanks for sharing this information.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10293498" width="1" height="1"&gt;</description></item><item><title>re: Using WinDbg - Advanced commands</title><link>http://blogs.msdn.com/b/johan/archive/2008/01/23/using-windbg-advanced-commands.aspx#10292579</link><pubDate>Wed, 11 Apr 2012 08:11:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10292579</guid><dc:creator>Anonymous </dc:creator><description>&lt;p&gt;Never mind, I figured out. .It was simple (.echo myVariable). I was trying .printf&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10292579" width="1" height="1"&gt;</description></item><item><title>re: Using WinDbg - Advanced commands</title><link>http://blogs.msdn.com/b/johan/archive/2008/01/23/using-windbg-advanced-commands.aspx#10292574</link><pubDate>Wed, 11 Apr 2012 08:02:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10292574</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; .foreach(myVariable {!dumpheap -type System.String -min 6500 -short}){!do myVariable;.echo *************}&lt;/p&gt;
&lt;p&gt;For above command, how do I print myVariable itself?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10292574" width="1" height="1"&gt;</description></item></channel></rss>