Link
Comparing AD custom classes to AccountManagement
ASPNETDB
There are two other ways for deploying a SQL Server 2005 database Scott Guthrie has published: http://weblogs.asp.net/scottgu/archive/2006/12/22/recipe-deploying-a-sql-database-to-a-remote-hosting-environment-part-1.aspx http://weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx For all this scenarios you may have to reconfigure your connection strings in your web.config file like this: Source=Server123;Initial Catalog=scottguDB;Integrated Security=True" providerName="System.Data.SqlClient" /> Here your first remove the connection String "LocalSqlServer" defined in the machine.config which might point to .\SQLExpress instance and then add your own one (provided by your hoster).
Ähnliche Beiträge
.Net, Silverlight, Tools & more
Sign in