Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms Authentication
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00672857
Message ID:
00672975
Vues:
13
Cathi,
Thanks for the reply, you've been extremely helpful to me, and it is very appreciated! I tried it with the 'forms' attribute instead of 'name' as you specified, but I got Parser Error Message: Unrecognized attribute 'forms'. on that line. Any other thoughts on this?
Thanks,
jfh

>Your problem is the syntax in the forms element. The attribute is "forms" not "name". The reason you were seeing "aspxauth" was that is the default name used if no form name is given. Since nothing was entered for the "forms" attribute it used "aspxauth". Use the following instead:
>
>
><authentication mode="Forms">
>    <forms forms=".PHYSCNT" loginUrl="../wlogin/login.aspx" />
></authentication>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform