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
Explain how to directly call a native function exported from a dll?
What is the proxy of the server object in .net remoting?
Which Namespaces is used to achieve the Remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Difference between web services & remoting?
What is the purpose of strong name?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
what is Client-activated object in remoting?
Types of compatabilities and explain them ?
How to decide which to use .net remoting or asp.net web services?
Define singlecall activation mode in .net remoting?
Define delegates and events?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?