views:

14

answers:

0

I am working on a silverlight 4 business application. for the form based authentication I created a user database with all the user, role and profile tables on SQL Express.

In my VS2010 ASP.NET configuration I can see and manage my users and roles by adding, removing or modifying them. So, I assume my app.config connectionstrings settings are correct because I can see the changes in my database if i add a new user from APS.Net config.

If I run the application compiled locally on the server, it sees the users because it doesn't allow me to create and register a new user iwth the same name. but I cannot login or register another user with error:"Load operation failed for query 'Login'. A profile property does not exist for FriendlyName...'

The same application, if i ran it from a client PC on my login, generates a "Load operation failed for query "GetUser'. The remote server returned an error: NotFound".

What is wrong? What settings I am missing?

Thanks a lot, Val