<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/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>Ramon Smits - All Comments</title><link>http://bloggingabout.net/blogs/ramon/default.aspx</link><description>Tell me your secrets and i&amp;#39;ll tell you mine</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Why read uncommitted data?</title><link>http://bloggingabout.net/blogs/ramon/archive/2006/12/19/why-read-uncommitted-data.aspx#578383</link><pubDate>Mon, 18 Mar 2013 10:59:33 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578383</guid><dc:creator>Lelala</dc:creator><description>&lt;p&gt;So,&lt;/p&gt;
&lt;p&gt;high traffic sites usually use (in most parts of the system) read-uncommit.&lt;/p&gt;
&lt;p&gt;A page like Facebook has no neads to read-commit, since most of the data is not essential/critical.&lt;/p&gt;
&lt;p&gt;Another story it is when handling payments or &amp;quot;real enterprise&amp;quot; apps (sorry for that: Facebook is NOT an enterprise app from my perspective ;-) )&lt;/p&gt;
&lt;p&gt;Depending on your architecture, read-uncommit may give you an additional speed boost.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578383" width="1" height="1"&gt;</description></item><item><title>re: Abusing IsInRole(..) is not done</title><link>http://bloggingabout.net/blogs/ramon/archive/2008/12/06/abusing-isinrole-is-not-done.aspx#578247</link><pubDate>Fri, 04 Jan 2013 13:42:46 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578247</guid><dc:creator>Ramon Smits</dc:creator><description>&lt;p&gt;@Sky, I don&amp;#39;t understand your first line. I say that you need query for a certain priviledge. Like access to an operation or even better a task. It is the management layer that should decide if that tasks may be performed by a user. Using whatever relation path mapping expresion you would like to use. I only mention that you MUST NEVER abuse the ROLES infrastructure for storing such data structures.&lt;/p&gt;
&lt;p&gt;You are referring to &amp;#39;enterprise level security&amp;#39; but that is the whole reason for this posts the source blog post as the provided solution is not maintainable!&lt;/p&gt;
&lt;p&gt;You can even see that there is a shift coming as the philosophy is shifting towards how stuff should be done much better with Windows Identify Foundation using claims which much better reflect how to manage and check security.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578247" width="1" height="1"&gt;</description></item><item><title>re: Abusing IsInRole(..) is not done</title><link>http://bloggingabout.net/blogs/ramon/archive/2008/12/06/abusing-isinrole-is-not-done.aspx#578244</link><pubDate>Thu, 03 Jan 2013 10:21:29 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578244</guid><dc:creator>Sky</dc:creator><description>&lt;p&gt;Disagree. &lt;/p&gt;
&lt;p&gt;Your above stated preference for Roles over Operations/Tasks is only valid in trivial applications.&lt;/p&gt;
&lt;p&gt;Enterprise applications of medium to complex security requirements often need to define roles such as Accountant, with several rights, but also add an Accountant assistant to the Accountant role, *minus* one or more of the Operations (eg: approve expense claims).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578244" width="1" height="1"&gt;</description></item><item><title>re: How-to enable large file uploads in IIS7</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/03/13/how-to-enable-large-file-uploads-in-iis7.aspx#578022</link><pubDate>Wed, 19 Sep 2012 11:12:38 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578022</guid><dc:creator>Ramon Smits</dc:creator><description>&lt;p&gt;You are right about the error as &amp;quot;wms/wmsdev&amp;quot; was the website that existed on that server. You need to target your own specific website there :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578022" width="1" height="1"&gt;</description></item><item><title>re: How-to enable large file uploads in IIS7</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/03/13/how-to-enable-large-file-uploads-in-iis7.aspx#578017</link><pubDate>Tue, 18 Sep 2012 13:56:37 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578017</guid><dc:creator>Alfonso</dc:creator><description>&lt;p&gt;AppCmd.exe is located in the %systemroot%\system32\inetsrv\ directory&lt;/p&gt;
&lt;p&gt;you need to &amp;quot;cd&amp;quot; to that directory, then excecute the line above.&lt;/p&gt;
&lt;p&gt;BUT, is giving me an error:&lt;/p&gt;
&lt;p&gt;( message:Cannot find SITE object with identifier &amp;quot;wms/wmsdev&amp;quot;. )&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578017" width="1" height="1"&gt;</description></item><item><title>Title?</title><link>http://bloggingabout.net/blogs/ramon/archive/2010/04/20/how-to-perform-a-not-equals-comparison-with-nhibernate-criteria-api.aspx#577970</link><pubDate>Tue, 14 Aug 2012 02:34:33 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577970</guid><dc:creator>Yael</dc:creator><description>&lt;p&gt;Ahhhhhh!!!! &lt;/p&gt;
&lt;p&gt;Excelente!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577970" width="1" height="1"&gt;</description></item><item><title>re: How-to enable large file uploads in IIS7</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/03/13/how-to-enable-large-file-uploads-in-iis7.aspx#577871</link><pubDate>Wed, 20 Jun 2012 12:07:38 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577871</guid><dc:creator>Aamir</dc:creator><description>&lt;p&gt;I run that command on IIS but i have faced a pro that command appcmd was not recognized as internal or external command&lt;/p&gt;
&lt;p&gt;What should i do?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577871" width="1" height="1"&gt;</description></item><item><title>re: How to perform a not equals comparison with NHibernate criteria api</title><link>http://bloggingabout.net/blogs/ramon/archive/2010/04/20/how-to-perform-a-not-equals-comparison-with-nhibernate-criteria-api.aspx#577869</link><pubDate>Mon, 18 Jun 2012 06:42:16 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577869</guid><dc:creator>Vinay</dc:creator><description>&lt;p&gt;Thanks a lot:)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577869" width="1" height="1"&gt;</description></item><item><title>re: Amplitube 2 VST not loaded</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/11/06/amplitube-2-vst-not-loaded.aspx#577862</link><pubDate>Fri, 15 Jun 2012 09:37:09 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577862</guid><dc:creator>Jorge Hill</dc:creator><description>&lt;p&gt;I was just about to pull out my beard for this, thanks so much! &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577862" width="1" height="1"&gt;</description></item><item><title>re: Amplitube 2 VST not loaded</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/11/06/amplitube-2-vst-not-loaded.aspx#577145</link><pubDate>Tue, 17 Jan 2012 06:10:08 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577145</guid><dc:creator>miasma23</dc:creator><description>&lt;p&gt;You sir are a genious! Thank you very much.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577145" width="1" height="1"&gt;</description></item><item><title>re: WCF and http (gzip/deflate) compression and Silverlight</title><link>http://bloggingabout.net/blogs/ramon/archive/2008/11/06/wcf-and-http-gzip-deflate-compression-and-silverlight.aspx#577079</link><pubDate>Mon, 26 Dec 2011 20:19:29 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577079</guid><dc:creator>Felipe</dc:creator><description>&lt;p&gt; Ramon , thx a lot!It&amp;#39;s very usefull.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577079" width="1" height="1"&gt;</description></item><item><title>re: WCF and http (gzip/deflate) compression and Silverlight</title><link>http://bloggingabout.net/blogs/ramon/archive/2008/11/06/wcf-and-http-gzip-deflate-compression-and-silverlight.aspx#577070</link><pubDate>Fri, 23 Dec 2011 15:17:17 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577070</guid><dc:creator>Imran</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; We are using Silverlight 4.0 with WCF for Dot Net 4.0 with iis 6.&lt;/p&gt;
&lt;p&gt; And our content type for response is application/soap+msbin1.&lt;/p&gt;
&lt;p&gt; In iis 7, i have successfully enabled compression by adding application/soap+msbin1 to httpcompression, but not luck in iis 6.&lt;/p&gt;
&lt;p&gt; my question is how can i enable dynamic compression this for iis 6 for content type application/soap+msbin1?&lt;/p&gt;
&lt;p&gt; Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577070" width="1" height="1"&gt;</description></item><item><title>re: Windows 7 midi</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/05/29/windows-7-midi.aspx#577044</link><pubDate>Fri, 23 Dec 2011 07:16:26 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577044</guid><dc:creator>Manny</dc:creator><description>&lt;p&gt;I have a problem getting Sonar 8.5 to give me a midi output using windows 7. Can anyone give me any suggestions. I&amp;#39;ve installed the drivers but still does not recognize any of it.&lt;/p&gt;
&lt;p&gt;Hope someone can help. &lt;/p&gt;
&lt;p&gt;my email is riveracepeda@msn.com&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Manny&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577044" width="1" height="1"&gt;</description></item><item><title>re: Windows 7 midi</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/05/29/windows-7-midi.aspx#549412</link><pubDate>Wed, 17 Aug 2011 14:46:52 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:549412</guid><dc:creator>Ramon Smits</dc:creator><description>&lt;p&gt;I don&amp;#39;t know anything about the mac. This tool is specifically for Vista/7 because the midi configuration has been changed in behavior.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=549412" width="1" height="1"&gt;</description></item><item><title>re: Windows 7 midi</title><link>http://bloggingabout.net/blogs/ramon/archive/2009/05/29/windows-7-midi.aspx#549396</link><pubDate>Wed, 17 Aug 2011 14:26:08 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:549396</guid><dc:creator>Dancemidisamples.com Vocal Samples</dc:creator><description>&lt;p&gt;Does this work an a Mac or is there a mac version of the software available???&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=549396" width="1" height="1"&gt;</description></item></channel></rss>