I'm trying to implement membership with oracle. I have created the database perfectly, but I can not access from my App. The database is on a dadicated server, and the error that its shows me is "OracleConnection.ConnectionString is invalid" but I know that is correct. I have used this connection with ADO.NET and I works perfectly. Can I use a remote server to implement membership? because this is the only explinantion that I could find... This is my connectionstring.
Thanks in advance!
I found the solution in this post: Setting up the default AspNetSqlProvider to point to remote database
So my web.config looks like: