How to use aspnetdb database with asp.net website

I created a website using asp.net 3.5. And now I have added member support to it using the membership API and aspnetdb database. And I checked all the tests on my local machine. Now, what problem should be considered regarding aspnetdb when loading this site on the server. i.e; How will this database be available on the server side? Note. This is my first website.

+3
source share
2 answers

I was just looking for the answer to this myself.

I found the following that can help you:
http://www.studiocoast.com.au/knowledgebase/article-6-aspnet-using-sql-server-instead-of-aspnetdbmdf.aspx

" ASP.NET 2.0, SQL App_Data.

, . ASP.NET SQL Server ".

"ASP.NET , Aspnet_regsql.exe, , . :

http://msdn2.microsoft.com/en-us/library/ms229862.aspx"

+4

C:\Windows\Microsoft.NET\Framework\v2.0.50727\ InstallMembership.sql.

Thats SQL script .

+3

Source: https://habr.com/ru/post/1720865/


All Articles