Search code examples
c#asp.netasp.net-membershipmembershipprovider

How can I change the Data Source of Membership?


I'm setting up Membership on my ASP.Net website.
I'm using a remote database.
I have created membership tables on this database by using aspnet_regsql.exe.

When I click security, I get this error on ASP.Net Web Application
ASP.Net Web Application error

I clicked Choose Data Source, but there is not an option to be able to set my remote database. What I'm missing ?

How I can fix this error ?
Thanks in advance


Solution

  • Okey I found the solution here

    The machine.config was pointing to my local database,
    and I changed my web.config