I have build ASP.NET Project but worried to have issue in javascript. How to disable error script in ASP.NET, 'Script Error' pop up that javascript error or issue like this example.
I have been disable 'debug mode=false' in the webconfig and then disable compile warning in Visual Studio before published, or disable debug in IE, but is nothing. What ever the error script, Any code (C#/VB.net) for prevent this message?
Note : I must using IE Browser.
Thank you,