<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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:coop="http://www.google.com/coop/namespace"
		>
<channel>
	<title>Comments for ssysadmin.com | SysAdmin | System Administrator | Smartphones | Gadget | networking | Server | Technology | iPhone | Theme | smartphone | opensource | ethical hacking | news | Free Ads | Classified &#187; sSysAdmin</title>
	<atom:link href="http://ssysadmin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ssysadmin.com</link>
	<description>A blog with focus on technology, internet, mobile phone, IT Security, databases, open source, operating systems, Servers, news and life style</description>
	<lastBuildDate>Wed, 08 May 2013 06:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Ethical Hacking Tools – Live Hacking CD by Hide My Ass: a Reliable IP Changer Program - Modify Your Proxies Right Now</title>
		<link>http://ssysadmin.com/sys-admin/ethical-hacking-live-hacking.html#comment-960</link>
		<dc:creator>Hide My Ass: a Reliable IP Changer Program - Modify Your Proxies Right Now</dc:creator>
		<pubDate>Wed, 08 May 2013 06:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=256#comment-960</guid>
		<description><![CDATA[This is really interesting, You&#039;re a very skilled blogger. I&#039;ve joined 
your feed and look forward to seeking more of your fantastic post.
Also, I have shared your site in my social networks!]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 5.02' style='border:0px;vertical-align:middle;' alt='Firefox 5.02'> Firefox 5.02  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7' style='border:0px;vertical-align:middle;' alt='Windows 7'> Windows 7<br><small>Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.02</small><p>This is really interesting, You&#8217;re a very skilled blogger. I&#8217;ve joined<br />
your feed and look forward to seeking more of your fantastic post.<br />
Also, I have shared your site in my social networks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change SQL Server database collation by Atiq</title>
		<link>http://ssysadmin.com/dbms/how-to-change-sql-server-database-collation.html#comment-907</link>
		<dc:creator>Atiq</dc:creator>
		<pubDate>Mon, 25 Feb 2013 22:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=645#comment-907</guid>
		<description><![CDATA[You are most welcome for guest write. please register your with this blog and fill up contact form.]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 25.0.1364.99' style='border:0px;vertical-align:middle;' alt='Google Chrome 25.0.1364.99'> Google Chrome 25.0.1364.99  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/mac-3.png' title='Mac OS X 10.8.2' style='border:0px;vertical-align:middle;' alt='Mac OS X 10.8.2'> Mac OS X 10.8.2<br><small>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.99 Safari/537.22</small><p>You are most welcome for guest write. please register your with this blog and fill up contact form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA 5505 Basic Configuration – Step by Step Guide for Dummies by Atiq</title>
		<link>http://ssysadmin.com/sys-admin/network-admin/cisco-asa-5505-basic-configuration-step-step-guide-dummies.html#comment-873</link>
		<dc:creator>Atiq</dc:creator>
		<pubDate>Tue, 13 Nov 2012 17:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1196#comment-873</guid>
		<description><![CDATA[Example 1 (with local credentials):
username admin password AdminPassword00 privilege 15
enable password TYPE_ENABLE_MODE_PASSWORD_HERE
aaa-server LOCAL protocol local
aaa authentication http console LOCAL 
aaa authentication telnet console LOCAL
aaa authentication ssh console LOCAL

Example Description:

There will be dedicated password for each username with this AAA command. however there will be single enable password that all usernames share to log into enable mode. In other words, password for username and password for enable mode are in general different. When there is only single username defined, password for username and password for enable mode could be set as the same. With either case, this approach is considered insecure since the idea of having &quot;shared password&quot; as the only enable password is unreliable. 

To logon, enter the local username and password you created above. To enter the privilege mode, enter the enable password.

----------------------------------

Example 2 (with local credentials):
username [ENTER USERNAME HERE] password [ENTER ADMIN PASSWORD HERE] privilege 15
enable password [ENTER ENABLE MODE PASSWORD HERE]
aaa-server LOCAL protocol local 
aaa authentication http console LOCAL
aaa authentication telnet console LOCAL
aaa authentication ssh console LOCAL
aaa authentication enable console LOCAL
aaa authorization command LOCAL


Example Description

Similar to previous AAA command set, there will be dedicated password for each username with this AAA command set. You may note that there will be single enable password that all usernames could at one time share to log into  enable mode. Each username has to use its own password to log into enable mode. The shared enable password is not used in default. If all of defined usernames are removed along with the password for any reason, firewall admin will able to use the shared enable password to enter to enable mode. This approach is more secure as compared to previous example since the shared password in reality may never be used at anytime.
Note that the password to logon and to enter privilege mode is the same. Therefore firewall admin may never use the enable password to enter the privilege mode.]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 23.0.1271.64' style='border:0px;vertical-align:middle;' alt='Google Chrome 23.0.1271.64'> Google Chrome 23.0.1271.64  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7 x64 Edition' style='border:0px;vertical-align:middle;' alt='Windows 7 x64 Edition'> Windows 7 x64 Edition<br><small>Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11</small><p>Example 1 (with local credentials):<br />
username admin password AdminPassword00 privilege 15<br />
enable password TYPE_ENABLE_MODE_PASSWORD_HERE<br />
aaa-server LOCAL protocol local<br />
aaa authentication http console LOCAL<br />
aaa authentication telnet console LOCAL<br />
aaa authentication ssh console LOCAL</p>
<p>Example Description:</p>
<p>There will be dedicated password for each username with this AAA command. however there will be single enable password that all usernames share to log into enable mode. In other words, password for username and password for enable mode are in general different. When there is only single username defined, password for username and password for enable mode could be set as the same. With either case, this approach is considered insecure since the idea of having &#8220;shared password&#8221; as the only enable password is unreliable. </p>
<p>To logon, enter the local username and password you created above. To enter the privilege mode, enter the enable password.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Example 2 (with local credentials):<br />
username [ENTER USERNAME HERE] password [ENTER ADMIN PASSWORD HERE] privilege 15<br />
enable password [ENTER ENABLE MODE PASSWORD HERE]<br />
aaa-server LOCAL protocol local<br />
aaa authentication http console LOCAL<br />
aaa authentication telnet console LOCAL<br />
aaa authentication ssh console LOCAL<br />
aaa authentication enable console LOCAL<br />
aaa authorization command LOCAL</p>
<p>Example Description</p>
<p>Similar to previous AAA command set, there will be dedicated password for each username with this AAA command set. You may note that there will be single enable password that all usernames could at one time share to log into  enable mode. Each username has to use its own password to log into enable mode. The shared enable password is not used in default. If all of defined usernames are removed along with the password for any reason, firewall admin will able to use the shared enable password to enter to enable mode. This approach is more secure as compared to previous example since the shared password in reality may never be used at anytime.<br />
Note that the password to logon and to enter privilege mode is the same. Therefore firewall admin may never use the enable password to enter the privilege mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA 5505 Basic Configuration – Step by Step Guide for Dummies by Atiq</title>
		<link>http://ssysadmin.com/sys-admin/network-admin/cisco-asa-5505-basic-configuration-step-step-guide-dummies.html#comment-872</link>
		<dc:creator>Atiq</dc:creator>
		<pubDate>Tue, 13 Nov 2012 16:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1196#comment-872</guid>
		<description><![CDATA[User is created in local database, then it is setup for ssh and http services:

MyASA(config)# username example password example privilege 15

MyASA(config)# aaa authentication ssh console LOCAL
MyASA(config)# aaa authentication http console LOCAL]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 23.0.1271.64' style='border:0px;vertical-align:middle;' alt='Google Chrome 23.0.1271.64'> Google Chrome 23.0.1271.64  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7 x64 Edition' style='border:0px;vertical-align:middle;' alt='Windows 7 x64 Edition'> Windows 7 x64 Edition<br><small>Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11</small><p>User is created in local database, then it is setup for ssh and http services:</p>
<p>MyASA(config)# username example password example privilege 15</p>
<p>MyASA(config)# aaa authentication ssh console LOCAL<br />
MyASA(config)# aaa authentication http console LOCAL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Windows 7 Password Recovery Tool by Bill McDonald</title>
		<link>http://ssysadmin.com/sys-admin/windows/free-windows-7-password-recovery-tool.html#comment-868</link>
		<dc:creator>Bill McDonald</dc:creator>
		<pubDate>Mon, 16 Jul 2012 01:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1300#comment-868</guid>
		<description><![CDATA[The free Windows password recovery tools are very excellent. But most of them are not easy to use. For computer novice, it&#039;s better to get one paid software.
http://www.top-password.com/reset-windows-password.html]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 13.0.1' style='border:0px;vertical-align:middle;' alt='Firefox 13.0.1'> Firefox 13.0.1  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP'> Windows XP<br><small>Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1</small><p>The free Windows password recovery tools are very excellent. But most of them are not easy to use. For computer novice, it&#8217;s better to get one paid software.<br />
<a href="http://www.top-password.com/reset-windows-password.html" rel="nofollow">http://www.top-password.com/reset-windows-password.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA 5505 Basic Configuration – Step by Step Guide for Dummies by Dude</title>
		<link>http://ssysadmin.com/sys-admin/network-admin/cisco-asa-5505-basic-configuration-step-step-guide-dummies.html#comment-867</link>
		<dc:creator>Dude</dc:creator>
		<pubDate>Sun, 15 Jul 2012 08:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1196#comment-867</guid>
		<description><![CDATA[Sorry but where did you set the username / local for the aaa command?]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 13.0.1' style='border:0px;vertical-align:middle;' alt='Firefox 13.0.1'> Firefox 13.0.1  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7 x64 Edition' style='border:0px;vertical-align:middle;' alt='Windows 7 x64 Edition'> Windows 7 x64 Edition<br><small>Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</small><p>Sorry but where did you set the username / local for the aaa command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Windows 7 Password Recovery Tool by Peters</title>
		<link>http://ssysadmin.com/sys-admin/windows/free-windows-7-password-recovery-tool.html#comment-866</link>
		<dc:creator>Peters</dc:creator>
		<pubDate>Thu, 28 Jun 2012 09:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1300#comment-866</guid>
		<description><![CDATA[Long time ago, I confronted with the problem of forgetting Windows 7 password. Finally, my friend Jane introduce Password Recovery Bundle. It help me access windows. It&#039;s worth a try!
http://www.top-password.com/password-recovery-bundle.html]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 13.0.1' style='border:0px;vertical-align:middle;' alt='Firefox 13.0.1'> Firefox 13.0.1  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP'> Windows XP<br><small>Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1</small><p>Long time ago, I confronted with the problem of forgetting Windows 7 password. Finally, my friend Jane introduce Password Recovery Bundle. It help me access windows. It&#8217;s worth a try!<br />
<a href="http://www.top-password.com/password-recovery-bundle.html" rel="nofollow">http://www.top-password.com/password-recovery-bundle.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: 25 PHP Security Best Practices For Sys Admins by FlashcRew</title>
		<link>http://ssysadmin.com/sys-admin/linux/linux-25-php-security-best-practices-for-sysadmins.html#comment-864</link>
		<dc:creator>FlashcRew</dc:creator>
		<pubDate>Tue, 22 May 2012 22:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1268#comment-864</guid>
		<description><![CDATA[Thank you , It&#039;s very usefull :D]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 12.0' style='border:0px;vertical-align:middle;' alt='Firefox 12.0'> Firefox 12.0  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP'> Windows XP<br><small>Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0</small><p>Thank you , It&#8217;s very usefull <img src='http://ssysadmin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Windows 7 Password Recovery Tool by Charis</title>
		<link>http://ssysadmin.com/sys-admin/windows/free-windows-7-password-recovery-tool.html#comment-819</link>
		<dc:creator>Charis</dc:creator>
		<pubDate>Mon, 30 Jan 2012 14:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1300#comment-819</guid>
		<description><![CDATA[2.	Reset or recover password with Spower windows password reset tool
2.1	Download and install spower windows password reset tool.
2.2	Create an usb or cd password reset disk.
2.3	Boot computer from password reset disk.
2.4	Reset computer password with password reset disk.
 http://www.windowspasswordsreset.com/windows-password-reset-guide/]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 9.0.1' style='border:0px;vertical-align:middle;' alt='Firefox 9.0.1'> Firefox 9.0.1  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP'> Windows XP<br><small>Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1</small><p>2.	Reset or recover password with Spower windows password reset tool<br />
2.1	Download and install spower windows password reset tool.<br />
2.2	Create an usb or cd password reset disk.<br />
2.3	Boot computer from password reset disk.<br />
2.4	Reset computer password with password reset disk.<br />
 <a href="http://www.windowspasswordsreset.com/windows-password-reset-guide/" rel="nofollow">http://www.windowspasswordsreset.com/windows-password-reset-guide/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA 5505 Basic Configuration – Step by Step Guide for Dummies by Atiq</title>
		<link>http://ssysadmin.com/sys-admin/network-admin/cisco-asa-5505-basic-configuration-step-step-guide-dummies.html#comment-818</link>
		<dc:creator>Atiq</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1196#comment-818</guid>
		<description><![CDATA[I will update tutorial soon, The video below provides a basic command line configuration example of Network Address Translation (NAT) on the CIsco ASA Version 8.3.

https://supportforums.cisco.com/docs/DOC-12324 

Also this link should help understanding of migration from old versions to ASA version 8.3 and 8.4.

http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html

Thank you for your reminder :)]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 16.0.912.75' style='border:0px;vertical-align:middle;' alt='Google Chrome 16.0.912.75'> Google Chrome 16.0.912.75  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7' style='border:0px;vertical-align:middle;' alt='Windows 7'> Windows 7<br><small>Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7</small><p>I will update tutorial soon, The video below provides a basic command line configuration example of Network Address Translation (NAT) on the CIsco ASA Version 8.3.</p>
<p><a href="https://supportforums.cisco.com/docs/DOC-12324" rel="nofollow">https://supportforums.cisco.com/docs/DOC-12324</a> </p>
<p>Also this link should help understanding of migration from old versions to ASA version 8.3 and 8.4.</p>
<p><a href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html" rel="nofollow">http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html</a></p>
<p>Thank you for your reminder <img src='http://ssysadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA 5505 Basic Configuration – Step by Step Guide for Dummies by Micah</title>
		<link>http://ssysadmin.com/sys-admin/network-admin/cisco-asa-5505-basic-configuration-step-step-guide-dummies.html#comment-817</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Fri, 20 Jan 2012 23:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=1196#comment-817</guid>
		<description><![CDATA[Thanks for the tutorial.  I&#039;ve tried stepping through it however when I get to the nat section and put in the global line I get an error. ERROR: This syntax of nat command has been deprecated.  My ASA5505 is running 8.4 version of the software. What command can I use as an alternative? Thanks!]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/msie7.png' title='Internet Explorer 8.0' style='border:0px;vertical-align:middle;' alt='Internet Explorer 8.0'> Internet Explorer 8.0  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7 x64 Edition' style='border:0px;vertical-align:middle;' alt='Windows 7 x64 Edition'> Windows 7 x64 Edition<br><small>Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C)</small><p>Thanks for the tutorial.  I&#8217;ve tried stepping through it however when I get to the nat section and put in the global line I get an error. ERROR: This syntax of nat command has been deprecated.  My ASA5505 is running 8.4 version of the software. What command can I use as an alternative? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Fix &#8216;Microsoft.Jet.OLEDB.4.0&#8242; error by Atiq</title>
		<link>http://ssysadmin.com/sys-admin/windows/fix-microsoftjetoledb40-error.html#comment-816</link>
		<dc:creator>Atiq</dc:creator>
		<pubDate>Thu, 05 Jan 2012 08:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://ssysadmin.com/?p=682#comment-816</guid>
		<description><![CDATA[You can change application pool to 32 bit mode from IIS Manager. 
Click on Start &gt;&gt; Control Panel &gt;&gt; Administrative Tools &gt;&gt; IIS Manager &gt;&gt; 
OR 
Click on Start &gt;&gt; type &quot;Inetmgr&quot; in search box and press enter &gt;&gt; Internet information services (IIS) manager window will open &gt;&gt; 
expand your computer name in IIS manager &gt;&gt; Go to application pool &gt;&gt; select application pool (you configured for your website instance i.e. Default Application pool) &gt;&gt; Right click &gt;&gt; you can see advanced settings here &gt;&gt; click on Advanced settings here &gt;&gt; search for &quot;Enable 32-Bit Applications&quot; and change property value to &quot;True&quot;.

Also make sure you installed appropriate version of OLE DB drivers on your local system.

This should fix your issue.]]></description>
		<content:encoded><![CDATA[ <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 16.0.912.63' style='border:0px;vertical-align:middle;' alt='Google Chrome 16.0.912.63'> Google Chrome 16.0.912.63  <img src='http://ssysadmin.com/wp-content/plugins/wp-useragent/img/24/os/win-4.png' title='Windows 7' style='border:0px;vertical-align:middle;' alt='Windows 7'> Windows 7<br><small>Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7</small><p>You can change application pool to 32 bit mode from IIS Manager.<br />
Click on Start >> Control Panel >> Administrative Tools >> IIS Manager >><br />
OR<br />
Click on Start >> type &#8220;Inetmgr&#8221; in search box and press enter >> Internet information services (IIS) manager window will open >><br />
expand your computer name in IIS manager >> Go to application pool >> select application pool (you configured for your website instance i.e. Default Application pool) >> Right click >> you can see advanced settings here >> click on Advanced settings here >> search for &#8220;Enable 32-Bit Applications&#8221; and change property value to &#8220;True&#8221;.</p>
<p>Also make sure you installed appropriate version of OLE DB drivers on your local system.</p>
<p>This should fix your issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 6.403 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-04 21:51:31 -->

<!-- Compression = gzip -->