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
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
Okey I found the solution here
The machine.config was pointing to my local database,
and I changed my web.config