A potentially dangerous Request.Form value was detected from the client – ASP.NET MVC
In MVC you would use the ValidateInput(false) attribute. You then need to sanitize your inputs, e.g. with something like this (built in to ASP.NET 4.5+; use NuGet package for earlier).