Book Image

ASP.NET 3.5 Social Networking

By : Andrew Siemer
Book Image

ASP.NET 3.5 Social Networking

By: Andrew Siemer

Overview of this book

Table of Contents (19 chapters)

Summary


In this chapter we discussed how and why to implement some form of moderation. We looked at how our community provided content could be managed by the same community using a very simple flagging tool that is flexible enough to be added to any major entity on our site. We also looked at methods to deal with habitual rule breakers in the form of gagging them or suspending their content by adding privileges. Finally, we took a very high-level look at what Cross-site scripting is, and some measures that can be taken to address it. We then implemented a filtering system to automate the address of our XSS issues. This functionality has provided us with a way to remove inappropriate content as well as security issues.

Please do make a point of researching XSS more. At the very least take a look at the link provided by Microsoft regarding this topic!