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 the difference between private and shared assembly?
When should we choose .net remoting over .net web services?
Threading Types ?
Which one is better WebService and Remoting ?
Garbage collector?s functionality on unmanaged code ?
Are you aware of containment and Aggregation ?
How do you reference to a private & shared assembly ?
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.
What is delay signing?
Where is global assembly cache located on the system?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
Is it a good design practice to distribute the implementation to remoting client?