Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login Control and CreateUserWizard
Message
From
27/11/2006 11:39:55
Keith Payne
Technical Marketing Solutions
Florida, United States
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01171827
Message ID:
01172700
Views:
30
>Hi all,
>
>I am kind of new to ASP.Net Login controls and I have been trying to use the Login Control provided with ASP membership to create a login form with an option to create new users so I dropped the login control and set the properties (CreateUserText and CreateUserUrl) to set the caption and direct the user to another page I crated.
>
>Ideally this 'sign up' doesn't require authentication but the default behaviour it seems that it does.
>
>Any setting or tweaking am I missing here to have the sign up not dependant on logging in?
>
>Thanks a lot.

Bob,

Check the location nodes in the web.config to make sure that the root of the web site allows access to * (everyone). Then make sure that your login page is in the root. Also, in the web.config, make sure that you are not denying access to * in the root. If the file has both allow and deny attributes for the same folder and role, the deny takes precedence.
Previous
Reply
Map
View

Click here to load this message in the networking platform