What is SQL injection?
Answers were Sorted based on User's Feedback
Answer / p.ramakrishna
An SQL injection attack "injects" or manipulates SQL code
by adding unexpected SQL to a query.
Many web pages take parameters from web user, and make SQL
query to the database. Take for instance when a user login,
web page that user name and password and make SQL query to
the database to check if a user has valid name and password.
Username: ' or 1=1 ---
Password: [Empty]
This would execute the following query against the users
table:
select count(*) from users where userName='' or 1=1 --' and
userPass=''
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sathya s.d.
using sql query in a login id and password and automaticaly
login by verifying raw query with database..
| Is This Answer Correct ? | 0 Yes | 0 No |
Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Is redux flux?
“~” means in asp.net application?
Is it possible to change the index of primary key on table?
About delegates ?
IN an ASP.NET Web application if there is any error, how can you debug?
Differentiate between structure and class.
what is code access security,role based security explain with example
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Is there any alternative to avoid name collisions other then Namespaces?
List the major built-in objects in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)