<?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: Moving the aspnetdb.mdf Database to a Production SQL Server</title>
	<atom:link href="http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/</link>
	<description>Resources for Webmasters and Developers</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Richard Hajinlian</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-271689</link>
		<dc:creator>Richard Hajinlian</dc:creator>
		<pubDate>Fri, 20 Jan 2012 21:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-271689</guid>
		<description>This post was the most concise post on this subject!

You sir .... are awsome.

Rich</description>
		<content:encoded><![CDATA[<p>This post was the most concise post on this subject!</p>
<p>You sir &#8230;. are awsome.</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Orr</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-194354</link>
		<dc:creator>Matthew Orr</dc:creator>
		<pubDate>Thu, 30 Jun 2011 22:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-194354</guid>
		<description>Take a look at the parameters available for aspnet_regsql.exe.

aspnet_regsql.exe /?

You can specify a different database name, the server instance, etc.  We develop lots of applications for different customers and having the ability to store membership information in separate databases for each application is a must.</description>
		<content:encoded><![CDATA[<p>Take a look at the parameters available for aspnet_regsql.exe.</p>
<p>aspnet_regsql.exe /?</p>
<p>You can specify a different database name, the server instance, etc.  We develop lots of applications for different customers and having the ability to store membership information in separate databases for each application is a must.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-153745</link>
		<dc:creator>Amgad</dc:creator>
		<pubDate>Sun, 24 Apr 2011 04:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-153745</guid>
		<description>Mixx, the code above is just a connection string to use the database. You should make sure the wizard created the database and the required tables? And also make sure you are using the right SQL Server instance, database and user in the connection string?</description>
		<content:encoded><![CDATA[<p>Mixx, the code above is just a connection string to use the database. You should make sure the wizard created the database and the required tables? And also make sure you are using the right SQL Server instance, database and user in the connection string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mixx</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-153644</link>
		<dc:creator>Mixx</dc:creator>
		<pubDate>Sat, 23 Apr 2011 23:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-153644</guid>
		<description>Sorry for the double post, but after removing said code i get this error:

[SqlException (0x80131904): Failed to generate a user instance of SQL Server due to failure in retrieving the user&#039;s local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.]</description>
		<content:encoded><![CDATA[<p>Sorry for the double post, but after removing said code i get this error:</p>
<p>[SqlException (0x80131904): Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mixx</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-153642</link>
		<dc:creator>Mixx</dc:creator>
		<pubDate>Sat, 23 Apr 2011 22:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-153642</guid>
		<description>Everything works great, untill the part where i have to paste the code into my web.config file. After doing that:

500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

A couple of tries later, same result.</description>
		<content:encoded><![CDATA[<p>Everything works great, untill the part where i have to paste the code into my web.config file. After doing that:</p>
<p>500 &#8211; Internal server error.<br />
There is a problem with the resource you are looking for, and it cannot be displayed.</p>
<p>A couple of tries later, same result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-99053</link>
		<dc:creator>Amgad</dc:creator>
		<pubDate>Wed, 12 Jan 2011 04:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-99053</guid>
		<description>Hi Imtiaz, I meant the XML code listed above in the post.</description>
		<content:encoded><![CDATA[<p>Hi Imtiaz, I meant the XML code listed above in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imtiaz Makhani</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-98687</link>
		<dc:creator>Imtiaz Makhani</dc:creator>
		<pubDate>Tue, 11 Jan 2011 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-98687</guid>
		<description>Please share the XML code.

thank you</description>
		<content:encoded><![CDATA[<p>Please share the XML code.</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-88948</link>
		<dc:creator>Amgad</dc:creator>
		<pubDate>Wed, 29 Dec 2010 05:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-88948</guid>
		<description>Hey Vinoth,

You should add the XML code above to your project&#039;s web.config file. Under connectionstrings.</description>
		<content:encoded><![CDATA[<p>Hey Vinoth,</p>
<p>You should add the XML code above to your project&#8217;s web.config file. Under connectionstrings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinoth</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-88928</link>
		<dc:creator>Vinoth</dc:creator>
		<pubDate>Wed, 29 Dec 2010 04:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-88928</guid>
		<description>Hi Amgad Suliman ,

Its working, But it still have some problem like when i add roles in asp.net web application Admin web site it not affect my SQL Server DB. It Affect the mdf file is created in App_data,
Any Solution for that,

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Amgad Suliman ,</p>
<p>Its working, But it still have some problem like when i add roles in asp.net web application Admin web site it not affect my SQL Server DB. It Affect the mdf file is created in App_data,<br />
Any Solution for that,</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad Suliman</title>
		<link>http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/comment-page-1/#comment-2827</link>
		<dc:creator>Amgad Suliman</dc:creator>
		<pubDate>Sat, 11 Jul 2009 09:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=43#comment-2827</guid>
		<description>Hi Joyce, the wizard creates the structure (tables, views and stored procedures) needed to use the database for ASP.NET memberships. There are 3 ways you could copy the database. You could copy the database&#039;s mdf and ldf files to the new location and attach it using SQL Server Management Studio, backup the database and restore it in the new location, or generate the SQL statements needed to create the structure and run it in the new location.</description>
		<content:encoded><![CDATA[<p>Hi Joyce, the wizard creates the structure (tables, views and stored procedures) needed to use the database for ASP.NET memberships. There are 3 ways you could copy the database. You could copy the database&#8217;s mdf and ldf files to the new location and attach it using SQL Server Management Studio, backup the database and restore it in the new location, or generate the SQL statements needed to create the structure and run it in the new location.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

