<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetfreak.co.uk/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>Kevin Gearing&amp;#39;s Blog - All Comments</title><link>http://dotnetfreak.co.uk/blog/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: ASP.NET, w3wp.exe, 100% CPU Usage and McAfee VirusScan Enterprise</title><link>http://dotnetfreak.co.uk/blog/archive/2005/02/15/asp-net-w3wp-exe-100-cpu-usage-and-mcafee-virusscan-enterprise.aspx#1719</link><pubDate>Wed, 20 Aug 2008 15:41:57 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1719</guid><dc:creator>Cliff</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://mysupport.mcafee.com/eservice/templatepage.aspx?sURL=3"&gt;mysupport.mcafee.com/.../templatepage.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Start, Programs, McAfee, VirusScan Console.&lt;/p&gt;
&lt;p&gt;Double-click Access Protection, deselect Enable Access Protection, then click OK.&lt;/p&gt;
&lt;p&gt;Click Start, Run, type regedit and click OK. &lt;/p&gt;
&lt;p&gt;Navigate to the following registry key:&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\Software\McAfee\VSCore\On Access Scanner\McShield\Configuration]&lt;/p&gt;
&lt;p&gt;In the right pane, right-click an empty space and select New, DWORD Value.&lt;/p&gt;
&lt;p&gt;Name the new value ScanMemoryOfNewProcesses and press ENTER.&lt;/p&gt;
&lt;p&gt;Double-click ScanMemoryOfNewProcesses and set the Value data to 0 (zero).&lt;/p&gt;
&lt;p&gt;Click OK and exit the registry editor.&lt;/p&gt;
&lt;p&gt;Click Start, Programs, McAfee, VirusScan Console.&lt;/p&gt;
&lt;p&gt;Double-click Access Protection, select Enable Access Protection., then click OK.&lt;/p&gt;
&lt;p&gt;Restart the system.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1719" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET, w3wp.exe, 100% CPU Usage and McAfee VirusScan Enterprise</title><link>http://dotnetfreak.co.uk/blog/archive/2005/02/15/asp-net-w3wp-exe-100-cpu-usage-and-mcafee-virusscan-enterprise.aspx#1714</link><pubDate>Sat, 14 Jun 2008 10:44:11 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1714</guid><dc:creator>Rouhollah Bahmani</dc:creator><description>&lt;p&gt;I had cpu usage 100% with DouranPortal project which have been sold to more than 2000 companies(like &lt;a rel="nofollow" target="_new" href="http://www.kish.ir"&gt;http://www.kish.ir&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;DouranPortal Project(dotNet 1.1) doesn't have any problem with McAfee 8.5i but dotnet 2.0 version&lt;/p&gt;
&lt;p&gt;makes cpu usage to 100% i mean w3wp.exe process goes to 100%.I downloaded and Installed KenticoCMS, McAfee doesn't have any problem with that&lt;/p&gt;
&lt;p&gt;i mean it works normaly. I noticed the location of projects, both DouranPortal and KenticoCMS,&lt;/p&gt;
&lt;p&gt;DouranPortal is in d drive but KenticoCMS is in WWWROOT folder, So I transfer DouranPortal to&lt;/p&gt;
&lt;p&gt;WWWROOT and it works properly, and I didn't change the setting of McAfee!! Unbeliveble!!&lt;/p&gt;
&lt;p&gt;I check process with Filemon.exe and I found that McAfee makes w3wp.exe to load the all permutaion of paths an files&lt;/p&gt;
&lt;p&gt;to that is not really exixts.for example the file setupapi.dll is in C:\WINDOWS\system32 folder&lt;/p&gt;
&lt;p&gt;and my bin project folder is in D:\DouranPortal_v20\bin. McAfee makes w3wp.exe to load&lt;/p&gt;
&lt;p&gt;file like D:\DouranPortal_v20\bin\setupapi.dll which is not exists and it takes lots of time to find.&lt;/p&gt;
&lt;p&gt;and this happens for Symantec endPoint antivirus too.&lt;/p&gt;
&lt;p&gt;I didn't give it up the problem, I try to copy the setting of wwwroot folder to D:\DouranPortal_v20 folder&lt;/p&gt;
&lt;p&gt;but it didn't work, maybe it has some setting in windows registery, so do you know what is the diffrence?&lt;/p&gt;
&lt;p&gt;So the only solution is to move project to wwwroot folder!!&lt;/p&gt;
&lt;p&gt;and customer was content.&lt;/p&gt;
&lt;p&gt;bahmani00@yahoo.com&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1714" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET, w3wp.exe, 100% CPU Usage and McAfee VirusScan Enterprise</title><link>http://dotnetfreak.co.uk/blog/archive/2005/02/15/asp-net-w3wp-exe-100-cpu-usage-and-mcafee-virusscan-enterprise.aspx#1713</link><pubDate>Sat, 14 Jun 2008 10:39:10 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1713</guid><dc:creator>Bahmani</dc:creator><description>&lt;p&gt;The best solution to solve this problem is to move yr project folder to wwwroot folder&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1713" width="1" height="1"&gt;</description></item><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1712</link><pubDate>Mon, 09 Jun 2008 09:52:59 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1712</guid><dc:creator>Affordable Web Design Ireland</dc:creator><description>&lt;p&gt;Excellent component, I've been looking for that for a long time! Thank you&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1712" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1708</link><pubDate>Fri, 23 May 2008 22:06:43 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1708</guid><dc:creator>Shan</dc:creator><description>&lt;p&gt;i just downloaded formshield dll for .net 1.1&lt;/p&gt;
&lt;p&gt;it's my first time trying to build a captcha module on our site.&lt;/p&gt;
&lt;p&gt;however, the lack of any good examples of this render me totally clueless on how to use the control.&lt;/p&gt;
&lt;p&gt;the documentation is of no help at all in terms usibility.&lt;/p&gt;
&lt;p&gt;i added the dll to the project reference, added the register preprocessor, included the the tag in the page, but the image just doesn't render and i have no idea what is missing.&lt;/p&gt;
&lt;p&gt;can someone help me please?&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1708" width="1" height="1"&gt;</description></item><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1707</link><pubDate>Fri, 23 May 2008 01:52:07 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1707</guid><dc:creator>Walter Furtney</dc:creator><description>&lt;p&gt;Finally !!!&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1707" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET, w3wp.exe, 100% CPU Usage and McAfee VirusScan Enterprise</title><link>http://dotnetfreak.co.uk/blog/archive/2005/02/15/asp-net-w3wp-exe-100-cpu-usage-and-mcafee-virusscan-enterprise.aspx#1703</link><pubDate>Mon, 19 May 2008 14:38:17 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1703</guid><dc:creator>Holger</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;turning off McAfee BOP did the trick!!!&lt;/p&gt;
&lt;p&gt;I was facing extremely poor performance on an ASP.NET web application. Using trace logs, task manager &amp;nbsp;and windows performance manger I figured out that even though I had a low activity on CPU and moderate RAM usage that .NET Framework was struggling hard on PerfMon. The traces revealed that I lost 10 seconds just by calling a method within my form's code. After I turned off the BufferOverflowProtection in McAfee 8.0 my web application &amp;nbsp;was working perfectly.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1703" width="1" height="1"&gt;</description></item><item><title>re: System.Runtime.InteropServices.SEHException</title><link>http://dotnetfreak.co.uk/blog/archive/2004/09/02/system-runtime-interopservices-sehexception.aspx#1702</link><pubDate>Sat, 17 May 2008 22:12:54 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1702</guid><dc:creator>henok</dc:creator><description>&lt;p&gt;i am trying to access parallel port but as i do i donwnloaded inpout32.dll to location in windows/system and even windows/system32 in my xp pc.But the error occurs when my program calls the software &amp;quot;System.Runtime.InteropServices.SEHException&amp;quot;&lt;/p&gt;
&lt;p&gt;please help me&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1702" width="1" height="1"&gt;</description></item><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1701</link><pubDate>Tue, 13 May 2008 15:03:00 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1701</guid><dc:creator>Dizi izle</dc:creator><description>&lt;p&gt;Excellent as usual.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1701" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1700</link><pubDate>Tue, 13 May 2008 15:00:41 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1700</guid><dc:creator>Dizi izle</dc:creator><description>&lt;p&gt;Thank Dotnet Freak Team.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1700" width="1" height="1"&gt;</description></item><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1697</link><pubDate>Wed, 07 May 2008 14:10:21 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1697</guid><dc:creator>Lynton</dc:creator><description>&lt;p&gt;I just wanted to know, whether the sound is available in other languages?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1697" width="1" height="1"&gt;</description></item><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1690</link><pubDate>Wed, 16 Apr 2008 03:02:45 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1690</guid><dc:creator>Peter Lepacus</dc:creator><description>&lt;p&gt;Have been waiting for this for ages...&lt;/p&gt;
&lt;p&gt;Had Given up hope.&lt;/p&gt;
&lt;p&gt;Excellent !!!&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1690" width="1" height="1"&gt;</description></item><item><title>re: Google's Captcha Image</title><link>http://dotnetfreak.co.uk/blog/archive/2005/08/23/google-s-captcha-image.aspx#1687</link><pubDate>Sun, 23 Mar 2008 16:30:26 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1687</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;Captcha is best protect&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1687" width="1" height="1"&gt;</description></item><item><title>re: DateTimePicker Problems</title><link>http://dotnetfreak.co.uk/blog/archive/2005/09/12/datetimepicker-problems.aspx#1685</link><pubDate>Tue, 18 Mar 2008 07:29:34 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1685</guid><dc:creator>Sameer Pathan</dc:creator><description>&lt;p&gt;Dear,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Still problem exists.....&lt;/p&gt;
&lt;p&gt;any solution pls update this section&lt;/p&gt;
&lt;p&gt;Reagrds,&lt;/p&gt;
&lt;p&gt;Sameer Pathan&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1685" width="1" height="1"&gt;</description></item><item><title>re: New Control - CasedTextBox - Sets TextBox Character Case</title><link>http://dotnetfreak.co.uk/blog/archive/2004/07/04/new-control-casedtextbox-sets-textbox-character-case.aspx#1669</link><pubDate>Mon, 24 Dec 2007 13:55:18 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1669</guid><dc:creator>shailesh</dc:creator><description>&lt;p&gt;Hi Kevin Gearing,&lt;/p&gt;
&lt;p&gt;i want to add this control in &amp;quot;WebUserControl.ascx&amp;quot;.can you please help me,how we can use it?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1669" width="1" height="1"&gt;</description></item></channel></rss>