Click to See Complete Forum and Search --> : SqlMembership Model


balamurali_g
September 25th, 2006, 05:55 PM
I have used AspSqlMembership Provider for my WebService's Security .I chose Single Provider from Provider Configuration. Everything worked out fine ,and an ASPNETDB is created in my local Sql Server and all the ROles,Users,Membership Info,gets stored there.
But, actually i want all those to get stored in a Remote Computer's (which i VPN into the Remote Desktop)SQL Server's ASPNETDB .I used the configuration wizard to set up the Server,also- went through fine. It did create a ASPNETDB(with all the different tables regarding Membership) in the remote one too,but the actual
data of Users,Roles,etc.. are all only NULL .
My App_Data folder always points to ASPNETDB in the local system.I even tried to delete it completely and repeat the whole process,but it creates one locally again and stores there.
Where am i going wrong ?Can this be done only locally?

Any Advice please Help .
Thanks in Advance.