<?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/"
		>
<channel>
	<title>Comments on: How to install ASP.NET with Mysql in Linux server (cPanel)</title>
	<atom:link href="http://presoon.com/blog/2009/07/02/aspnet-with-mysql-in-linux-server-cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://presoon.com/blog/2009/07/02/aspnet-with-mysql-in-linux-server-cpanel/</link>
	<description></description>
	<lastBuildDate>Thu, 01 Sep 2011 12:32:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: presoon</title>
		<link>http://presoon.com/blog/2009/07/02/aspnet-with-mysql-in-linux-server-cpanel/comment-page-1/#comment-2073</link>
		<dc:creator>presoon</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://presoon.com/blog/?p=98#comment-2073</guid>
		<description>Hi Guys,

One more update. 

For image to work properly, you need to install libgdiplus. 

In Centos 4.5 and above. Install it using yum

yum install libgdiplus.i386
yum install libgdiplus-devel.i386

Restart apache. 

Thanks,
Presoon</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>One more update. </p>
<p>For image to work properly, you need to install libgdiplus. </p>
<p>In Centos 4.5 and above. Install it using yum</p>
<p>yum install libgdiplus.i386<br />
yum install libgdiplus-devel.i386</p>
<p>Restart apache. </p>
<p>Thanks,<br />
Presoon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: presoon</title>
		<link>http://presoon.com/blog/2009/07/02/aspnet-with-mysql-in-linux-server-cpanel/comment-page-1/#comment-2062</link>
		<dc:creator>presoon</dc:creator>
		<pubDate>Wed, 08 Jul 2009 08:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://presoon.com/blog/?p=98#comment-2062</guid>
		<description>Hi Guys,

Another issue I found is that, When the scripts are under a sub folder. (You will call the script via http://domainname/subfolder/test.aspx) the error may come up saying the assembly MySql is not found.

Here is the fix.
copy the MySql.dll file to your home.

Make a directory named bin under  your public_html.
copy the MySql.dll file from /opt/mono/lib/mono/gac/MySql.Data/5.2.3.0__xxxxxxxxxx/MySql.Data.dll

into the bin directory just created. Now you can have the asp.net scripts inside your subfolders too.

Thanks,
Presoon</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Another issue I found is that, When the scripts are under a sub folder. (You will call the script via <a href="http://domainname/subfolder/test.aspx" rel="nofollow">http://domainname/subfolder/test.aspx</a>) the error may come up saying the assembly MySql is not found.</p>
<p>Here is the fix.<br />
copy the MySql.dll file to your home.</p>
<p>Make a directory named bin under  your public_html.<br />
copy the MySql.dll file from /opt/mono/lib/mono/gac/MySql.Data/5.2.3.0__xxxxxxxxxx/MySql.Data.dll</p>
<p>into the bin directory just created. Now you can have the asp.net scripts inside your subfolders too.</p>
<p>Thanks,<br />
Presoon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

