Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Check out the tutorial <a href="http://www.asp.net/web-forms/tutorials/security/membership/creating-the-membership-schema-in-sql-server-cs" rel="nofollow">creating-the-membership-schema-in-sql-server-cs</a> found on asp.net.</p> <p>Note: in this tutorial when it asks for the server you give it the fully qualified web path for your server. This information should be provided in your hosting account web portal.</p> <p>This quote from <a href="http://msdn.microsoft.com/en-us/library/ms229862%28v=vs.80%29.aspx" rel="nofollow">msdn.microsoft.com</a> may also give you more insight into what you are wanting to do.</p> <blockquote> <p>The ASP.NET SQL Server Registration tool is used to create a Microsoft SQL Server database for use by the SQL Server providers in ASP.NET, or to add or remove options from an existing database. The Aspnet_regsql.exe file is located in the [drive:]\%windir%\Microsoft.NET\Framework\version folder on your Web server.</p> <p>You can run Aspnet_regsql.exe without any command-line arguments to run a wizard that will walk you through specifying connection information for your SQL Server installation, and installing or removing the database elements for the membership, role management, profile, Web Parts personalization, and health monitoring features.</p> </blockquote> <p>It seems that your host does not allow remote connection. <a href="http://www.123-reg.co.uk/support/answers/Hosting/Databases/how-do-i-connect-remotely-to-my-database-778/" rel="nofollow">http://www.123-reg.co.uk/support/answers/Hosting/Databases/how-do-i-connect-remotely-to-my-database-778/</a></p> <p>However, after further research you should be able to import the database in. Therefore, you can create the databse properly locally and import everything use the interface provided by your host. <a href="http://www.123-reg.co.uk/support/answers/Databases/Windows-MSSQL/how-do-i-import-export-a-mssql-database-793/" rel="nofollow">http://www.123-reg.co.uk/support/answers/Databases/Windows-MSSQL/how-do-i-import-export-a-mssql-database-793/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload