|
-
Oct 4th, 2010, 11:17 AM
#1
Thread Starter
Fanatic Member
[RESOLVED]ASP.NET Membership Role in Windows Application
Hi all,
i already create new connectionstring in app.config that point to myDB
i already create aspnet membership table in myDB using aspnet_regsql
i already create new custom provider and set the connection string there..
what i like to ask:
1. why when the app start, it create new folder app_data which contain aspnetDB.mdf eventhough i already create new connection string ?
2. why when i'm using Membership.CreateUser method, it succesfully inserted in myDB.aspnet_Users table but when i'm using Roles.CreateRole method it doesn't inserted in myDB.aspnet_Roles table?
need insight, been troubleshoot this for 2 days 
PS: i'm using .net 4.0, sql2008, vs2010
thanks,
erick
Last edited by erickwidya; Oct 4th, 2010 at 10:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|