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

What are static assemblies and dynamic assemblies?

0 Answers  


Define a process?

0 Answers  


Can you explain remoting?

0 Answers   QuestPond,


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  


Explain the Flow of remoting?

0 Answers  


What?s Singleton activation mode?

3 Answers  


Threading Types ?

3 Answers   DELL,


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What is a Windows process?

1 Answers  


In which conditions do you opt for Remoting services?

8 Answers   Manland, Tech Mahindra,


Categories