Close
Menu
Want to work with us? We're on the lookout for digital experts.
We're hiring
04 September 2012
by Web Bureau
Dim context = HttpContext.Current
Dim exception = context.Server.GetLastError()
If TypeOf exception Is HttpRequestValidationException Then
Response.Clear()
Response.StatusCode = 200
Response.Redirect("/", False)
Response.End()
Return
End If
This site uses essential cookies for parts of the site to operate and have already been set. Find out more about how we use cookies and how you may delete them. You may delete cookies, but parts of the site will not work.