What are the security issues if we send a query from the
application?
Answers were Sorted based on User's Feedback
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 |
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 |
What is unmanaged code?
What is objref object in remoting?
What are the steps to publish an object outside the service domain
About remoting and web services. Difference between them?
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.
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Can you pass SOAP messages through remoting?
What are possible implementations of distributed applications in .NET?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is the difference between remoting and webservice?
How can you debug failed assembly binds?
What is fundamental of published or precreated objects in remoting?