AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Cross-Site Scripting in ASP.NET : SandeepReddy Pasham

Thursday, October 02 2008

Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting user. The user's browser then runs the script code. Because the browser downloads the script code from a trusted site, the browser has no way of recognizing that the code is not legitimate, and Microsoft Internet Explorer security zones provide no defense. Cross-site scripting attacks also work over HTTP and HTTPS (SSL) connections.

Read More:
Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Also See:
How to make any WebService Method "Timeout"-able : Peter Bromberg
Updated: Implement Kerberos Delegation for Windows 2000 : ASP.NET Whitepapers
Testing Web Sites with HttpWebRequest : Eric Smith
Handling Files and Directories from your web applications. : Rockin J
Designing Application Using Test Driven Development Part 2 : Mohammad Azam

Post your comment

Comment