Return to Click to read this topic3/24/2007 8:16:12 PM - appleberry9
HomePage
Cross-Site Scripting Lab Modules
The cross-site scripting lab modules show you how to protect from cross-site scripting issues.
Contents
- Objectives
- Video
- Lab
- Recommended Guidance
- Feedback
Objectives
- Recognize cross-site scripting vulnerabilities.
- Encode untrusted output with HtmlEncode.
- Validate input with a regular expression.
- Use ASP.NET’s built-in cross-site scripting protection mechanism.
Video
The video is a small wmv file download:
Lab
The lab is small zip that you need to extract to see the example code:
Recommended Guidance
Feedback
- Send mail to labmods at microsoft.com
Return to Click to read this topic3/24/2007 8:16:12 PM - appleberry9
HomePage