Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms Authentication
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00672857
Message ID:
00672975
Views:
11
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>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform