<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP Starter Kit Help &#187; ConnectionString</title>
	<atom:link href="http://aspstarterkit.com/index.php/tag/connectionstring/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspstarterkit.com</link>
	<description>Helping get your ASP Starter Kit online</description>
	<lastBuildDate>Fri, 24 Apr 2009 15:32:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GoDaddy SQL Server Database Setup &#8211; Connection String</title>
		<link>http://aspstarterkit.com/index.php/getting-started/godaddy-sql-server-database-setup-connection-string/</link>
		<comments>http://aspstarterkit.com/index.php/getting-started/godaddy-sql-server-database-setup-connection-string/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 04:43:58 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[ConnectionString]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://aspstarterkit.com/?p=24</guid>
		<description><![CDATA[Before you upload your ASP.NET 3.5 application onto your GoDaddy hosting server, you need to modify the connection strings section of your web.config file.
&#60;connectionStrings&#62;
&#60;add name=&#8221;Personal&#8221; connectionString=&#8221; Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False&#8221; providerName=&#8221;System.Data.SqlClient&#8221; /&#62; &#60;remove name=&#8221;LocalSqlServer&#8221;/&#62; &#60;add name=&#8221;LocalSqlServer&#8221; connectionString=&#8221; Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False&#8221; providerName=&#8221;System.Data.SqlClient&#8221; /&#62;
&#60;/connectionStrings&#62;
NOTE: You may want to back up the web.config [...]]]></description>
			<content:encoded><![CDATA[<p>Before you upload your ASP.NET 3.5 application onto your GoDaddy hosting server, you need to modify the connection strings section of your web.config file.</p>
<p><span style="font-family: Courier New;">&lt;connectionStrings&gt;</p>
<p>&lt;add name=&#8221;Personal&#8221; connectionString=&#8221; Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False&#8221; providerName=&#8221;System.Data.SqlClient&#8221; /&gt; &lt;remove name=&#8221;LocalSqlServer&#8221;/&gt; &lt;add name=&#8221;LocalSqlServer&#8221; connectionString=&#8221; Server=whsql-v04.prod.mesa1.secureserver.net; Database=DB_675; User ID=user_id; Password=password; Trusted_Connection=False&#8221; providerName=&#8221;System.Data.SqlClient&#8221; /&gt;</p>
<p>&lt;/connectionStrings&gt;</span></p>
<p>NOTE: You may want to back up the web.config file on your local computer or simply comment out your current connection strings before you make any changes. This way, you can easily return to developing your application on you local computer.</p>
<p>This is an example of the connection strings section that will connect an ASP.NET 3.5 application to one of the GoDaddy SQL Servers:<br />
NOTE: You can find your server name, database name, user ID, and password in the SQL Server section of your GoDaddy Hosting Control Center. These connection string values map to host name, database name, user name, and password, respectively. The user name and password values are those specified during SQL database (not hosting account) creation.</p>
]]></content:encoded>
			<wfw:commentRss>http://aspstarterkit.com/index.php/getting-started/godaddy-sql-server-database-setup-connection-string/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
