本文介绍了尽管页面中有HTMLeditor控件(asp.net ajax),但仍保持安全性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个页面,其中包含htmleditor(aspnetajax控件),并且用户可以异步发送评论.但是我的网站在数据库中保留了敏感信息,但是在其他页面中保存了此信息.恶意黑客可以通过sql注入获取敏感信息.
请帮助我,这对我来说非常重要.

i have a page that contain a htmleditor(aspnetajax control) and user can send comment asynchronously . but my site keep sensitive information in database but saving this information is in other page . can a malicious hacker get sensitive information via sql injection .
please help me it is very important for me .

推荐答案


这篇关于尽管页面中有HTMLeditor控件(asp.net ajax),但仍保持安全性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 12:53