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.
source
share