Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 02, 2009 01:12 PM by rtpHarry
Member
4 Points
3 Posts
Oct 02, 2009 12:23 PM|LINK
hello all
I am having problem creating user.
First of all before creating user i am creating application in aspnet_applications table.
then i create user using profile(membership library).
now my problem is when i create user the user is created with default application id and not with the application created created before user.
and i need that application id thru all users and etc. based on my whole application is working.
i tried even updating application id in all the related tables like aspnet_membership and etc.
but if i do so it doesnt allow user to login.
so please help me as soon as possible.
thanks in advance
mr.krunal
profileprovider membership api membership provider
All-Star
56620 Points
8958 Posts
Oct 02, 2009 01:12 PM|LINK
Hey,
Have you defined the ApplicationName property in web.config?
Also you might find this series helpful:
mr.krunal
Member
4 Points
3 Posts
problem creating user under applications created by membership library
Oct 02, 2009 12:23 PM|LINK
hello all
I am having problem creating user.
First of all before creating user i am creating application in aspnet_applications table.
then i create user using profile(membership library).
now my problem is when i create user the user is created with default application id and not with the application created created before user.
and i need that application id thru all users and etc. based on my whole application is working.
i tried even updating application id in all the related tables like aspnet_membership and etc.
but if i do so it doesnt allow user to login.
so please help me as soon as possible.
thanks in advance
mr.krunal
profileprovider membership api membership provider
rtpHarry
All-Star
56620 Points
8958 Posts
Re: problem creating user under applications created by membership library
Oct 02, 2009 01:12 PM|LINK
Hey,
Have you defined the ApplicationName property in web.config?
Also you might find this series helpful: