<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://shawnhyde.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>Articles</title><link>http://shawnhyde.com/blogs/articles/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>SEO contest for phrase "used stationary bikes"</title><link>http://shawnhyde.com/blogs/articles/archive/2010/08/10/seo-contest-for-phrase-quot-used-stationary-bikes-quot.aspx</link><pubDate>Tue, 10 Aug 2010 20:01:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:50</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=50</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/08/10/seo-contest-for-phrase-quot-used-stationary-bikes-quot.aspx#comments</comments><description>&lt;p&gt;The information is here:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;a href="http://used-stationary-bikes.shawnhyde.com/"&gt;used-stationary-bikes&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=50" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/stationary/default.aspx">stationary</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/used/default.aspx">used</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/bikes/default.aspx">bikes</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/used+stationary+bikes/default.aspx">used stationary bikes</category></item><item><title>delay function</title><link>http://shawnhyde.com/blogs/articles/archive/2010/08/01/delay-function.aspx</link><pubDate>Mon, 02 Aug 2010 02:47:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:49</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=49</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/08/01/delay-function.aspx#comments</comments><description>&lt;p&gt;Example, delay change for onmouseout event,&lt;/p&gt;
&lt;p&gt;onmouseout=&amp;quot;eventOff=setTimeout(function(){document.getElementById(&amp;#39;the-element-id&amp;#39;).style.display=&amp;#39;&amp;#39;;},800);&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=49" width="1" height="1"&gt;</description></item><item><title>Last Resort MS SQL 2005/2008 Database Repair</title><link>http://shawnhyde.com/blogs/articles/archive/2010/07/22/last-resort-ms-sql-2005-2008-database-repair.aspx</link><pubDate>Thu, 22 Jul 2010 08:37:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:48</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=48</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/07/22/last-resort-ms-sql-2005-2008-database-repair.aspx#comments</comments><description>&lt;p&gt;NOTICE!! BACKUP DATABASE FILES BEFORE DOING THIS, DO IT AT YOUR OWN RISK!&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t want anyone sending me hate mail because this did not work, however it does work (most of the time).&lt;/p&gt;
&lt;p&gt;If you are getting these errors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;cannot be opened due to inaccessible files or insufficient memory or disk space&lt;/li&gt;
&lt;li&gt;the log cannot be rebuilt because there were open transactions/users when the database was shutdown&lt;/li&gt;
&lt;li&gt;unable to open the physical file&lt;/li&gt;
&lt;li&gt;the system cannot find the file specified&lt;/li&gt;
&lt;li&gt;error 5120&lt;/li&gt;
&lt;li&gt;huge ldf file, restore from backup hangs at 100%&lt;/li&gt;
&lt;li&gt;HDD IO maxed out on ldf file during restore from .bak file&lt;/li&gt;
&lt;li&gt;how to restore just the mdf&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If your getting errors like the&amp;nbsp;above and have tried all other solutions, you can try the following. Be sure to make a backup of your .mdf / .bak file.&lt;/p&gt;
&lt;p&gt;In my case I had a database that for some reason created a 600GB ldf file and corrupted itself. While attempting to restore from a backup it would say&amp;nbsp;100% completed but would continue to run for hours/days. If I stopped the process it would kill the database and not allow me to use it. Here is what needs to be done:&lt;/p&gt;
&lt;p&gt;First restore from your .bak file if you have one. example code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;RESTORE&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;DATABASE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; [dbname] &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;FROM&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;DISK&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#ff0000;font-size:x-small;"&gt;&lt;span style="color:#ff0000;font-size:x-small;"&gt;N&amp;#39;DRIVE:\BACKUPDIR\BACKUPFILE.bak&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;WITH&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;FILE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; 1&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;NOUNLOAD&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#ff00ff;font-size:x-small;"&gt;&lt;span style="color:#ff00ff;font-size:x-small;"&gt;REPLACE&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;STATS&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;10&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;in most cases this will fix your database, IF this backup hangs at 100% for too long you can do the following:&lt;/p&gt;
&lt;p&gt;now &lt;strong&gt;using the resource monitor verify that the mdf file is done writing (VERY IMPORTANT)&lt;/strong&gt; select disk sort by file, check to see that the disk is only read/write to the .ldf file and not the .mdf file. Once the system has stopped writing to the .mdf file do the following.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;stop mssql service&lt;/li&gt;
&lt;li&gt;go into the DATA folder and rename the dbname.mdf file to dbname.mdfx&lt;/li&gt;
&lt;li&gt;start the mssql service&lt;/li&gt;
&lt;li&gt;delete the database (IMPORTANT, UNCHECK option to delete backups)&lt;/li&gt;
&lt;li&gt;create new database with the same name and give proper user owner access&lt;/li&gt;
&lt;li&gt;stop the mssql service&lt;/li&gt;
&lt;li&gt;delete the dbname.mdf &amp;amp; dbname.ldf files&lt;/li&gt;
&lt;li&gt;rename the dbname.mdfx to dbname.mdf&lt;/li&gt;
&lt;li&gt;start the mssql service and wait a minute for the service to fully start before issuing the following command&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;ALTER &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;DATABASE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&amp;nbsp;dbname &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;SET&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;EMERGENCY&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;ALTER&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;DATABASE &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;dbname &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;SET&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;single_user&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;WITH&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;ROLLBACK&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;IMMEDIATE&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;DBCC&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt; checkdb&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#ff0000;font-size:x-small;"&gt;&lt;span style="color:#ff0000;font-size:x-small;"&gt;&amp;#39;dbname&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; repair_allow_data_loss&lt;/span&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;&lt;span style="color:#808080;font-size:x-small;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=48" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/unable+to+open+the+physical+file/default.aspx">unable to open the physical file</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/repair+database/default.aspx">repair database</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/mssql+hangs+on+restore/default.aspx">mssql hangs on restore</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/restore+from+backup+hangs+at+100_2500_/default.aspx">restore from backup hangs at 100%</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/huge+ldf+file/default.aspx">huge ldf file</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/cannot+be+opened+due+to+inaccessible+files+or+insufficient+memory+or+disk+space/default.aspx">cannot be opened due to inaccessible files or insufficient memory or disk space</category></item><item><title>.pdf files hosted on IIS 7.5 lock up when downloading in firefox</title><link>http://shawnhyde.com/blogs/articles/archive/2010/07/09/pdf-files-hosted-on-iis-7-5-lock-up-when-downloading-in-firefox.aspx</link><pubDate>Fri, 09 Jul 2010 19:53:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:47</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=47</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/07/09/pdf-files-hosted-on-iis-7-5-lock-up-when-downloading-in-firefox.aspx#comments</comments><description>&lt;p&gt;This issue now has a &lt;a href="http://support.microsoft.com/kb/979543"&gt;hotfix&lt;/a&gt; however, if you don&amp;#39;t want to take a performance hit that this hotfix causes then you can simply do the following to solve the problem with pdf files and IIS 7.5&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &amp;quot;IIS Manager&amp;quot; on your server&lt;/li&gt;
&lt;li&gt;Select your service instace&lt;/li&gt;
&lt;li&gt;Select &amp;quot;MIME Types&amp;quot; under IIS&lt;/li&gt;
&lt;li&gt;Select &amp;quot;.pdf&amp;quot; then click &amp;quot;edit&amp;quot;&lt;/li&gt;
&lt;li&gt;Chenge the MIME type from &amp;quot;application/pdf&amp;quot; to &amp;quot;application/octet-stream&amp;quot;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This will cause the web server to treat the file as a download instead of a pdf application. From IE8 pdf files will open as normal, in firefox it will first download the file in full then open it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=47" width="1" height="1"&gt;</description></item><item><title>Cannot access IP on windows 2008 R2 server from external network</title><link>http://shawnhyde.com/blogs/articles/archive/2010/06/24/cannot-access-ip-on-windows-2008-r2-server-from-external-network.aspx</link><pubDate>Fri, 25 Jun 2010 01:23:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:46</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=46</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/06/24/cannot-access-ip-on-windows-2008-r2-server-from-external-network.aspx#comments</comments><description>&lt;p&gt;This problem can occur two way, one is cause by the server not updateing your gateway routers arp tables. You can solve this problem by logging into your router&amp;nbsp;and clearing the arp tables. for instace, on a cisco router your would do the following:&lt;/p&gt;
&lt;p&gt;using serial or hyperterminal if available&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;connect to your router&lt;/li&gt;
&lt;li&gt;password: (enter password)&lt;/li&gt;
&lt;li&gt;router&amp;gt; enable&lt;/li&gt;
&lt;li&gt;password: (enter password)&lt;/li&gt;
&lt;li&gt;router# clear arp&lt;/li&gt;
&lt;li&gt;router# write mem&lt;/li&gt;
&lt;li&gt;router# exit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;done.&lt;/p&gt;
&lt;p&gt;The other problem is caused when using Network Load Balancing (NLB) on windows 2008 / 2008 R2 Server&lt;/p&gt;
&lt;p&gt;For more information on this issue use these links:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/960916"&gt;http://support.microsoft.com/kb/960916&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/networking/archive/2009/01/15/unable-to-connect-to-windows-server-2008-nlb-virtual-ip-address-from-hosts-in-different-subnets-when-nlb-is-in-multicast-mode.aspx"&gt;http://blogs.technet.com/b/networking/archive/2009/01/15/unable-to-connect-to-windows-server-2008-nlb-virtual-ip-address-from-hosts-in-different-subnets-when-nlb-is-in-multicast-mode.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=46" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/arp+issues+with+2008+server/default.aspx">arp issues with 2008 server</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/can_2700_t+access+IP/default.aspx">can't access IP</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/routing+issues/default.aspx">routing issues</category></item><item><title>plus symbol "+" no longer works in IIS 7 / 7.5</title><link>http://shawnhyde.com/blogs/articles/archive/2010/06/21/plus-symbol-quot-quot-no-longer-works-in-iis-7-7-5.aspx</link><pubDate>Mon, 21 Jun 2010 20:29:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:45</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=45</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/06/21/plus-symbol-quot-quot-no-longer-works-in-iis-7-7-5.aspx#comments</comments><description>&lt;p&gt;solution:&lt;/p&gt;
&lt;p&gt;add the following to you web.config file:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;system.webServer&amp;gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestFiltering allowDoubleEscaping=&amp;quot;true&amp;quot; /&amp;gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;/system.webServer&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=45" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/plus+iis+7/default.aspx">plus iis 7</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/404+_2B00_/default.aspx">404 +</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/_2B00_+iis+7/default.aspx">+ iis 7</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/404+plus/default.aspx">404 plus</category></item><item><title>Proper iis 7.5 configuration</title><link>http://shawnhyde.com/blogs/articles/archive/2010/05/29/proper-iis-7-5-configuration.aspx</link><pubDate>Sat, 29 May 2010 22:21:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:43</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=43</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/05/29/proper-iis-7-5-configuration.aspx#comments</comments><description>&lt;p&gt;App Pool setting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;LoadUserProfile = true&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;File permissions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use&amp;nbsp;&amp;quot;IIS AppPool\DefaultAppPool&amp;quot;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=43" width="1" height="1"&gt;</description></item><item><title>Remote Desktop from Windows 7 to CentOS using Xrdp</title><link>http://shawnhyde.com/blogs/articles/archive/2010/04/15/remote-desktop-from-windows-7-to-centos-using-xrdp.aspx</link><pubDate>Thu, 15 Apr 2010 07:58:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:41</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=41</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/04/15/remote-desktop-from-windows-7-to-centos-using-xrdp.aspx#comments</comments><description>&lt;p&gt;Install &lt;a href="http://xrdp.sourceforge.net"&gt;Xrdp&lt;/a&gt; on CentOS 5.4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; yum install make.x86_64&lt;/li&gt;
&lt;li&gt;yum install gcc.x86_64&lt;/li&gt;
&lt;li&gt;yum install pam-devel.x86_64&lt;/li&gt;
&lt;li&gt;yum install openssl-devel.x86_64&lt;/li&gt;
&lt;li&gt;Download Xrdp
&lt;ul&gt;
&lt;li&gt;xrdp-0.4.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Install Xrdp
&lt;ul&gt;
&lt;li&gt;go to /xrdp directory in terminal&lt;/li&gt;
&lt;li&gt;make&lt;/li&gt;
&lt;li&gt;make install&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Start Service
&lt;ul&gt;
&lt;li&gt;cd /usr/local/xrdp&lt;/li&gt;
&lt;li&gt;./xrdp_control.sh start&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Install the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80111f21-d48d-426e-96c2-08aa2bd23a49&amp;amp;DisplayLang=en"&gt;old version of Microsoft RDP&lt;/a&gt;&amp;nbsp;on a windows XP system or just search and copy from&amp;nbsp;any pre SP3 windows xp install these two files and place them in a folder.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;mstsc.exe&lt;/li&gt;
&lt;li&gt;mstscax.dll&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;launch mstsc.exe and connect to your Xrdp server.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=41" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/CentOS/default.aspx">CentOS</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Windows+2008+R2/default.aspx">Windows 2008 R2</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/RDP/default.aspx">RDP</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Windows+2008/default.aspx">Windows 2008</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Xrdp/default.aspx">Xrdp</category></item><item><title>Errors installing SQL Server 2008 on Windows Server 2008 RC2, Solution</title><link>http://shawnhyde.com/blogs/articles/archive/2010/01/24/errors-installing-sql-server-2008-on-windows-server-2008-rc2-solution.aspx</link><pubDate>Sun, 24 Jan 2010 22:27:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:40</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=40</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2010/01/24/errors-installing-sql-server-2008-on-windows-server-2008-rc2-solution.aspx#comments</comments><description>&lt;p&gt;There seems to be a problem when installing SQL server 2008 on a windows 2008 RC2 platform.&amp;nbsp; Generally it will get stuck, hangs&amp;nbsp;at &amp;quot;Install_sql_is_Cpu65_Action:Write_NativeImage_64&amp;quot; or another place about 3/4 the way through the install process. In some cases this may be a permissions issue and others media read/write issue.&lt;/p&gt;
&lt;p&gt;Best solution for this is to copy the entire contents of the install media directly to the HDD and run the installer directly from the hard drive as the administrator directly from console and not from RDP. This seems to solve the problem in all cases so far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=40" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Solution/default.aspx">Solution</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/on+Windows+Server+2008+RC2/default.aspx">on Windows Server 2008 RC2</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Errors+installing+SQL+Server+2008/default.aspx">Errors installing SQL Server 2008</category></item><item><title>A Solution to the BOT Problems in Most MMO's</title><link>http://shawnhyde.com/blogs/articles/archive/2008/03/25/a-solution-to-the-bot-problems-in-most-mmo-s.aspx</link><pubDate>Wed, 26 Mar 2008 02:36:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:17</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=17</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2008/03/25/a-solution-to-the-bot-problems-in-most-mmo-s.aspx#comments</comments><description>&lt;p&gt;Solution to in game botting for many MMO&amp;#39;s:&lt;/p&gt;
&lt;p&gt;Players suspected of botting may be right clicked and then &amp;quot;report as botter&amp;quot;. Next time the player loots an item they will be asked to type in a CAPTCHA code to verify they are not a botter. If the player fails to do this within 60 seconds or logs out they will be forced to a &amp;quot;Gladiator Ring&amp;quot; where if they logout the character will remain on an auto pilot for 30 minutes and in a baron mode where item drops double for every death. At any time while they are in this ring as long as they did not disconnect they may enter the CAPTCHA code and then allowed to exit the ring. Each time they are sent to the ring they will have +1 &amp;quot;Gladiator Count&amp;quot; added to their account for every 1 point they stay in the ring for 10 minutes before the system will let them logout or exit the ring. The bot accounts would be provented from picking up items while in this mode.&lt;/p&gt;
&lt;p&gt;Gladiator Count Resets could be purchased from a cash shop for those that decide that botting is a bad idea and they will not be doing it any longer.&lt;/p&gt;
&lt;p&gt;Normal players could buy Gladiator passes that will allow them to enter the ring in a non baron mode where bot accounts are and will be free to loot anything that drops from those accounts. &lt;/p&gt;
&lt;p&gt;At this time this idea is Copyrighted and you must ask to use this idea in&amp;nbsp;a game design.&lt;/p&gt;
&lt;p&gt;Comments?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=17" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Stopping+Botters/default.aspx">Stopping Botters</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Ideas/default.aspx">Ideas</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/MMORPG/default.aspx">MMORPG</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Game+Code/default.aspx">Game Code</category></item><item><title>Driving Traffic to your Business Site</title><link>http://shawnhyde.com/blogs/articles/archive/2007/05/05/driving-traffic-to-your-business-site.aspx</link><pubDate>Sun, 06 May 2007 01:59:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:8</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=8</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2007/05/05/driving-traffic-to-your-business-site.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve recently put together a Minnesota small business community site where small business owners can write articles that feature their own business, communicate with other business owners in&amp;nbsp;Minnesota and develop long lasting partnerships. My goal for this site is to help&amp;nbsp;Minnesota businesses grow and strive&amp;nbsp;in todays economy because a healthy Minnesota business economy is good for everyone.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a list of a few&amp;nbsp;benefits this site offers to business owners and their businesses.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Put your business in the spotlight&lt;/strong&gt; with media articles for sales, new products, new services, employee changes, management change, grand opening, new look, special events, company meetings or just about anything that highlights your company because the more links and news featuring your business and site the more clients will be driven to you.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Communication with other business owners&lt;/strong&gt; in Minnesota will help you to forge long lasting and profitable relationships with other businesses. Working with other business owners will provide you and them with increased customer traffic over your competition.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Drive traffic to your site&lt;/strong&gt; by creating articles and posts on this community site, every link from another site is like a&amp;nbsp;vote for your site to the search engines and the more votes the higher your site is valued. Google calls this&amp;nbsp;&amp;quot;Page Rank&amp;quot; and&amp;nbsp;is the first search engine to implement&amp;nbsp;this sort of rating system.&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;An image is worth a thousand words&lt;/strong&gt; and so is your business. What I mean by this is posting a few photos&amp;nbsp;of you business, staff and products in the gallery section can go a long ways in showing what you do.&amp;nbsp;You can even do things like post coupons and fliers in the downloads section.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Eventually I&amp;#39;ll be adding other things to this site like a free classifieds section, community calendar and more. Right now the site already features some pretty cool stuff like local news, open discussion forums for all of Minnesota, free personal galleries to upload photos for your business, free file uploads for the community, and your own personal blog/news section.&lt;/p&gt;
&lt;p&gt;To get going with&amp;nbsp;&lt;a href="http://downtown.mn/"&gt;http://downtown.mn&lt;/a&gt; all you need to do is click the&amp;nbsp;&amp;quot;&lt;a class="" title="Join the Minnesota Small Business Community site Downtown.mn" href="http://downtown.mn/user/CreateUser.aspx?ReturnUrl="&gt;join&lt;/a&gt;&amp;quot; link at the &lt;a href="http://downtown.mn/"&gt;http://downtown.mn&lt;/a&gt; site.&lt;/p&gt;
&lt;p&gt;Good luck with your business ventures and remember good communication is the key to success.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=8" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/small+business+community/default.aspx">small business community</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/SEO/default.aspx">SEO</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/downtown.mn/default.aspx">downtown.mn</category></item><item><title>The Two vote system, or shared presidency!</title><link>http://shawnhyde.com/blogs/articles/archive/2007/05/05/the-two-vote-system-or-shared-presidency.aspx</link><pubDate>Sat, 05 May 2007 16:52:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:7</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://shawnhyde.com/blogs/articles/rsscomments.aspx?PostID=7</wfw:commentRss><comments>http://shawnhyde.com/blogs/articles/archive/2007/05/05/the-two-vote-system-or-shared-presidency.aspx#comments</comments><description>&lt;p&gt;As America seems to be falling into more and more political mess every year I&amp;#39;ve come to the conclusion that the way we are currently running our government is not working. The presidential position is not working so I&amp;#39;ve come up with what I think may be the perfect solution. &lt;/p&gt;
&lt;p&gt;If we as Americans&amp;nbsp;change to a two vote system, where every American has&amp;nbsp;two votes.&amp;nbsp;This way people can vote for who they really want and another vote for who they think they need to vote for in order to keep the other person out of office as thats what it seems like most of the voting Americans&amp;nbsp;have done these past few elections. I hear many people saying how they would vote for&amp;nbsp;____ but don&amp;#39;t because they want to make sure ____ doesn&amp;#39;t win. So we have our two votes, tally all the votes at the end. Who ever has the highest is president and who ever has the next highest is vise president. It could be as simple as that.&lt;br /&gt;&lt;br /&gt;or &lt;br /&gt;&lt;br /&gt;Another solution that I thought may also work to place some independent parties in office is to take the top three and make them all work as equals where every decision they make is a 2 out of three and make them share the over $600k/year&amp;nbsp;that a single president would be paid for the rest of their life.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=7" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Voting+System/default.aspx">Voting System</category><category domain="http://shawnhyde.com/blogs/articles/archive/tags/Election+2008/default.aspx">Election 2008</category></item></channel></rss>