Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Login Control and CreateUserWizard
Message
De
27/11/2006 11:39:55
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01171827
Message ID:
01172700
Vues:
31
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform