Previous Page
Next Page

Chapter 27
Securing a Web Site and Accessing Data with Web Forms
After completing this chapter, you will be able to:

In the previous two chapters, you saw how to build a Web site that allowed the user to enter information and validate the data that was entered. In this chapter, you'll learn about creating applications that display data from a database and update the database with any changes made by the user. You will see how to do this in an efficient manner that minimizes use of shared resources, such as the network and the database.

Security is always an important issue, especially when building applications that can be accessed over the Internet. Therefore, you will also see how to configure a Web Forms application to use Forms-based security to verify the identity of the user.


Previous Page
Next Page