Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Enhancing Microsoft Content Management Server with ASP.NET 2.0

You're reading from   Enhancing Microsoft Content Management Server with ASP.NET 2.0 Use the powerful new features of ASP.NET 2.0 with your MCMS Websites

Arrow left icon
Product type Paperback
Published in Aug 2006
Publisher Packt
ISBN-13 9781904811527
Length 224 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Enhancing Microsoft Content Management Server with ASP.NET 2.0
Credits
About the Authors
About the Reviewers
1. Preface
1. Installation 2. Getting Started with the Development Environment FREE CHAPTER 3. Using Master Pages 4. Navigation Controls 5. Applying Themes 6. Authentication Controls and Membership Providers 7. How-Tos, Tips and Tricks

Authentication Controls


ASP.NET 2.0 ships with seven authentication-related composite controls such as the Login control (which provides a standard user interface for implementing Forms Authentication) and the PasswordRecovery control (which allows retrieval of a user's password). These controls can be seen within the Login tab of the Visual Studio 2005 toolbox.

As MCMS has its own user management system that does not provide a supported API, only three of these controls can be used with MCMS applications:

  • Login: provides the necessary user interface for Forms Authentication.

  • LoginStatus: provides a Login or Logout hyperlink depending upon the user's current logon status.

  • LoginName: displays the name of the currently logged-on user.

The LoginName control can be used directly without modification in MCMS applications regardless of their authentication mode to display the name of the currently logged-on user. The LoginStatus control, however, has no useful purpose unless Forms Authentication...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image