0

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

Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87

1 Answers1

1

Okey I found the solution here

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

Community
  • 1
  • 1
Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87