<?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: Visual Studio 2005 Express Editions are free downloads</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ghost</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-829778</link>
		<dc:creator>ghost</dc:creator>
		<pubDate>Sat, 15 Nov 2008 09:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-829778</guid>
		<description>&lt;strong&gt;thank you&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>thank you</strong></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tying to get the hang of it</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-799595</link>
		<dc:creator>Tying to get the hang of it</dc:creator>
		<pubDate>Wed, 24 Sep 2008 18:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-799595</guid>
		<description>Hi,
I am new to Microsofts Developing Environment since I am a delphi windows application programmer and I dont have much experience with creating web based applications. Have experimented with VS Web Dev and SQL express edition and created some not too bad web sites on a local machine. However, I need to know what I am supposed to do if I have to access these over the internet. I have the basic ideas such as finding a web server to host the database but exactly how does that work.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new to Microsofts Developing Environment since I am a delphi windows application programmer and I dont have much experience with creating web based applications. Have experimented with VS Web Dev and SQL express edition and created some not too bad web sites on a local machine. However, I need to know what I am supposed to do if I have to access these over the internet. I have the basic ideas such as finding a web server to host the database but exactly how does that work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: chaitu</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-569966</link>
		<dc:creator>chaitu</dc:creator>
		<pubDate>Tue, 25 Dec 2007 12:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-569966</guid>
		<description>hi,
iam planning to develop a website in vs2005 express, Is there any issues to launch this site because microsoft has many privacy policies for their products so please give the information for this free edition.</description>
		<content:encoded><![CDATA[<p>hi,<br />
iam planning to develop a website in vs2005 express, Is there any issues to launch this site because microsoft has many privacy policies for their products so please give the information for this free edition.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-567804</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 23 Dec 2007 17:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-567804</guid>
		<description>thnx</description>
		<content:encoded><![CDATA[<p>thnx</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sojan80</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-337502</link>
		<dc:creator>Sojan80</dc:creator>
		<pubDate>Thu, 16 Aug 2007 10:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-337502</guid>
		<description>Ooops forgot to escape it..

&lt;connectionStrings&gt;
	&lt;add name=&quot;MySQLConn&quot; connectionString=&quot;Database=mySqlTest;Data Source=localhost; User Id=myUserId;Password=myPassword&quot; providerName=&quot;MySql.Dat.MySqlClient&quot;/&gt;
&lt;/connectionStrings&gt;

and

&lt;assemblies&gt;
	&lt;add assembly=&quot;MySql.Data, Version=5.1.2.2, Culture=neutral, PublicKeyToken=C5687FC88969C44D&quot;/&gt;
&lt;/assemblies&gt;

and the rest is history!</description>
		<content:encoded><![CDATA[<p>Ooops forgot to escape it..</p>
<p>&lt;connectionStrings&gt;<br />
	&lt;add name=&#8221;MySQLConn&#8221; connectionString=&#8221;Database=mySqlTest;Data Source=localhost; User Id=myUserId;Password=myPassword&#8221; providerName=&#8221;MySql.Dat.MySqlClient&#8221;/&gt;<br />
&lt;/connectionStrings&gt;</p>
<p>and</p>
<p>&lt;assemblies&gt;<br />
	&lt;add assembly=&#8221;MySql.Data, Version=5.1.2.2, Culture=neutral, PublicKeyToken=C5687FC88969C44D&#8221;/&gt;<br />
&lt;/assemblies&gt;</p>
<p>and the rest is history!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Beardsley</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-336819</link>
		<dc:creator>Rick Beardsley</dc:creator>
		<pubDate>Wed, 15 Aug 2007 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-336819</guid>
		<description>Sojan80,
I was only trying ODBC....  can you give me an example for the connection string in Visual Web Developer?</description>
		<content:encoded><![CDATA[<p>Sojan80,<br />
I was only trying ODBC&#8230;.  can you give me an example for the connection string in Visual Web Developer?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sojan80</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-335516</link>
		<dc:creator>Sojan80</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-335516</guid>
		<description>I&#039;ve gotten Connector.NET 5.1.2 to work on a Windows XP Pro box with no problems</description>
		<content:encoded><![CDATA[<p>I&#8217;ve gotten Connector.NET 5.1.2 to work on a Windows XP Pro box with no problems</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Beardsley</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-335271</link>
		<dc:creator>Rick Beardsley</dc:creator>
		<pubDate>Tue, 14 Aug 2007 15:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-335271</guid>
		<description>Has anyone been able to connect to MySQL 4.1.11 in Visual Web Developer 2005?  I&#039;ve tried ODBC 3.51 and 5 with no luck....  3.51 has an access error for the user and password and 5 keeps looking on localhost no matter what I put into the server info...

Thanks,</description>
		<content:encoded><![CDATA[<p>Has anyone been able to connect to MySQL 4.1.11 in Visual Web Developer 2005?  I&#8217;ve tried ODBC 3.51 and 5 with no luck&#8230;.  3.51 has an access error for the user and password and 5 keeps looking on localhost no matter what I put into the server info&#8230;</p>
<p>Thanks,</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mannu</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-235695</link>
		<dc:creator>Mannu</dc:creator>
		<pubDate>Sat, 28 Apr 2007 12:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-235695</guid>
		<description>Is it legal to develop enterprise application using this free express edition</description>
		<content:encoded><![CDATA[<p>Is it legal to develop enterprise application using this free express edition</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/comment-page-2/#comment-196480</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 07 Mar 2007 10:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-196480</guid>
		<description>i have a problem in connecting my sql to visual studio 2005 .NET</description>
		<content:encoded><![CDATA[<p>i have a problem in connecting my sql to visual studio 2005 .NET</p>]]></content:encoded>
	</item>
</channel>
</rss>
