What are the security issues if we send a query from the
application?

Answers were Sorted based on User's Feedback



What are the security issues if we send a query from the application?..

Answer / 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

What are the security issues if we send a query from the application?..

Answer / palash ghosh

sql injection is the the major security threat to over come
the threat of sql injection use parameterised sql.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

Explain how to directly call a native function exported from a dll?

0 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


Explain the types of .net remoting?

0 Answers  


What does manifest consists?

0 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  






What are the ways to renew lifetime leases of objects?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


How can we call methods in remoting asynchronously?

0 Answers  


What is asynchronous programming?

0 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


What is an assembly and what does manifest consists ?

3 Answers   TCS,


Categories