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 is unmanaged code?

0 Answers  


What is objref object in remoting?

0 Answers  


What are the steps to publish an object outside the service domain

0 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.

0 Answers   Excel,






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

0 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


What are possible implementations of distributed applications in .NET?

2 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


What is the difference between remoting and webservice?

0 Answers  


How can you debug failed assembly binds?

1 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


Categories