I'm using the ASP.NET membership service in my application, but for some reason it creates 2 ApplicationIDs in the Applications table.
I've set the ApplicationName attribute in the web.config, but it still occurs. I have have the correct application name I've defined, and also a default application called '/' that gets created.
Any idea why this happens, as users are created for both, bu the membership table only gets populated with users for the '/' applicationID.
wint100
Member
2 Points
3 Posts
Membership table multiple Applications created
Jan 18, 2013 09:51 AM|LINK
I'm using the ASP.NET membership service in my application, but for some reason it creates 2 ApplicationIDs in the Applications table.
I've set the ApplicationName attribute in the web.config, but it still occurs. I have have the correct application name I've defined, and also a default application called '/' that gets created.
Any idea why this happens, as users are created for both, bu the membership table only gets populated with users for the '/' applicationID.
Pengzhen Son...
Star
8276 Points
848 Posts
Microsoft
Re: Membership table multiple Applications created
Jan 21, 2013 06:30 AM|LINK
Hi,
Maybe you had two different settings for Rolemanager and membership provider.
Rolemanager ApplicationName was pointing to / and membership provider was poitning to /myappname
You can refer this
http://forums.asp.net/t/1276978.aspx/1
http://forums.asp.net/t/1731379.aspx/1
Hope it can help you.
Feedback to us
Develop and promote your apps in Windows Store