problem creating user under applications created by membership libraryhttp://forums.asp.net/t/1477119.aspx/1?problem+creating+user+under+applications+created+by+membership+libraryFri, 02 Oct 2009 13:12:05 -040014771193437238http://forums.asp.net/p/1477119/3437238.aspx/1?problem+creating+user+under+applications+created+by+membership+libraryproblem creating user under applications created by membership library <p>hello all</p> <p>I am having problem creating user.</p> <p>First of all before creating user i am creating application in aspnet_applications table.</p> <p>then i create user using profile(membership library).</p> <p>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.</p> <p>and i need that application id thru all users and etc. based on my whole application is working.</p> <p>i tried even updating application id in all the related tables like aspnet_membership and etc. </p> <p>but if i do so it doesnt allow user to login.</p> <p>so please help me as soon as possible.</p> <p>thanks in advance</p> <p>mr.krunal<br> </p> 2009-10-02T12:23:41-04:003437320http://forums.asp.net/p/1477119/3437320.aspx/1?Re+problem+creating+user+under+applications+created+by+membership+libraryRe: problem creating user under applications created by membership library <p>Hey,</p> <p>Have you defined the ApplicationName property in web.config?</p> <ul> <li><a href="http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx">http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx</a><br> </li></ul> <p><br> </p> <p>Also you might find this series helpful:</p> <ul> <li><a href="http://www.asp.net/learn/security/">http://www.asp.net/learn/security/</a><br> </li></ul> 2009-10-02T13:12:05-04:00