Hello,
I am trying to get started with Silverlight. I have created a new Silverlight Business Application. The first thing I need to do with this business application is authenticate a user using the ASP.NET membership provider. I have already created my user via the Web Site Administration tool accessible through Visual Studio (Project -> ASP.NET Configuration). However, when I attempt to login from my Silverlight application, I receive an error that says:
"Login operation failed for query 'Login'. Unable to connect to SQL Server database."
What am I missing?
Thank you!