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

Define delegates and events?

0 Answers  


How do you define the lease of the object?

1 Answers  


How to directly call a native function exported from a dll?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,






What does manifest consists?

0 Answers  


What is a formatter in .net remoting?

0 Answers  


Elaborate the term WebService and how it differ from Remoting?

0 Answers   QuestPond,


How do you implement distributed applications in .net?

0 Answers  


What are the different types of channels used by .net remoting?

0 Answers  


What are the channels in .net remoting?

0 Answers  


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,


Categories