== Sensitive Code Example At Controller level: ---- [ValidateInput(false)] public ActionResult Welcome(string name) { ... } ---- At application level, configured in the Web.config file: ---- ... ----