Tutorial 10 Quick Reference
|
To |
Do This |
|
Use Forms Authentication in your application |
1. Use the ASP.NET Web Site Administration tool (select Web site | ASP.NET Configuration) 2. Use the ASP.NET tab in IIS |
|
Configure the security aspects of your Web site |
1. Use the ASP.NET Web Site Administration tool (select Web site | ASP.NET Configuration) 2. Use the ASP.NET tab in IIS |
|
Authenticate a request by hand |
Use the FormsAuthentication class's Set Auth cookie |
|
Invalidate an authentication cookie |
Call the FormsAuthentication class's SignOff method |
|
View the authentication cookie |
Turn on tracing |