hi
I use below article to have asp.net membership in my windows from application
http://msmvps.com/blogs/theproblemso.../13/80928.aspx
and use aspnet_regsql to add tables to my database
I connect to my database via vs 2012 and confirm copy database to my project folder.
when I want add user by membership provider to database , the database must be in \Debug\App_Data\ but when I want add another entry to my database , application don't know database in \Debug\App_Data\ !!
when copy mydatabase to \Debug\ I can add my entry to my tables.
how can I solve my problem and can add user by asp.net membership when database is in \Debug\ forlder ?
tank you
I use below article to have asp.net membership in my windows from application
http://msmvps.com/blogs/theproblemso.../13/80928.aspx
and use aspnet_regsql to add tables to my database
I connect to my database via vs 2012 and confirm copy database to my project folder.
when I want add user by membership provider to database , the database must be in \Debug\App_Data\ but when I want add another entry to my database , application don't know database in \Debug\App_Data\ !!
when copy mydatabase to \Debug\ I can add my entry to my tables.
how can I solve my problem and can add user by asp.net membership when database is in \Debug\ forlder ?
tank you