Tuesday, August 2, 2011

A potentially dangerous Request.QueryString value was detected from the client (M=""'>").

I saw this strange error when i request a page. The reason was i have registered a usercontrol which was not in project.

<%@ Register src="../../UserControl/SearchCurrency.ascx" tagname="SearchCurrency" tagprefix="uc1" %>

Simply remove it, now works fine :)

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...