<?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"
	>
<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></description>
	<pubDate>Thu, 16 Oct 2008 01:12:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<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-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-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-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-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..

&#60;connectionStrings&#62;
	&#60;add name="MySQLConn" connectionString="Database=mySqlTest;Data Source=localhost; User Id=myUserId;Password=myPassword" providerName="MySql.Dat.MySqlClient"/&#62;
&#60;/connectionStrings&#62;

and

&#60;assemblies&#62;
	&#60;add assembly="MySql.Data, Version=5.1.2.2, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/&#62;
&#60;/assemblies&#62;

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-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-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'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-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'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-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-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>
	<item>
		<title>By: Ralph S</title>
		<link>http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-186021</link>
		<dc:creator>Ralph S</dc:creator>
		<pubDate>Thu, 22 Feb 2007 01:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/11/07/visual-studio-2005-express-editions-are-free-downloads/#comment-186021</guid>
		<description>http://www.e-webdesign.ca I used VS Web developer to create a website but the ISP wouldn't configure it with aspx extensions. This is my site address but I had the use front Page though I still think it is much easier to use than VS Web Developer. Some things I like in the program is the auto lowercase application. (Web Developer) and it has very good debugging applications. I used it to debug a Web site for a company and it was very useful. I like the way it tells you there x number of errors and you have to fix the errors before opening the view site page. (browser) It does have a lot of good things about it.</description>
		<content:encoded><![CDATA[<p><a href="http://www.e-webdesign.ca" rel="nofollow">http://www.e-webdesign.ca</a> I used VS Web developer to create a website but the ISP wouldn&#8217;t configure it with aspx extensions. This is my site address but I had the use front Page though I still think it is much easier to use than VS Web Developer. Some things I like in the program is the auto lowercase application. (Web Developer) and it has very good debugging applications. I used it to debug a Web site for a company and it was very useful. I like the way it tells you there x number of errors and you have to fix the errors before opening the view site page. (browser) It does have a lot of good things about it.</p>]]></content:encoded>
	</item>
</channel>
</rss>
