What are the security issues if we send a query from the
application?
Answer Posted / kkl_9branes
Third party can able to see your query and also there can
be SQL Injection if the query is SQL statement.
Query should be encrypted before sending from application.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the ways to configure remoting objects before client can use them?
What is objref object in remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Name the distributed systems available apart from .net remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Can you pass SOAP messages through remoting?
What is Remoting?
Will clr handle unmanaged code or not?
How to decide which to use .net remoting or asp.net web services?
What is fundamental of published or precreated objects in remoting?
How do you directly call a native function exported from a DLL?
What are the security features in .net remoting?
define client activated objects (cao)?
What are the ways to renew lifetime leases of objects?
What do mean by remotable objects in .net remoting?