Have you ever needed to have
In this tutorial you will
Well by now many of you have
Marcus Mac Innes demonstrates
an image of some text
learn how to display
probably heard, or at least
how security on a web site
generated dynamically on the
Master-Detail Data on the
caught wind of, the fact
can be compromised by taking
fly? There are tons of
same page, To display the
that the next version of ASP
advantage of holes within
possible applications for
master records, To configure
is not going to be ASP 4.0.
the application code. These
this type of thing, but
a query to display related
It is instead going to be
holes can be discovered by
prior to ASP.NET it was a
records and To test the page
called ASP+, and what a
using a series of probes
relatively difficult thing
difference that plus sign
which disclose whether or
to do. This article explains
makes. This article
not vulnerability exists. He
how to generate text images
describes the new ASP in a
also demonstrated using a
on the fly using ASP.NET.
great detail. Topics
Cross Site Scripting attack
Source code available for
include: The New ASP+
how the Forms Authentication
download.
Infrastructure, Increased
cookie could be stolen and
Performance, Greater
silently sent to an
Scalability, Quicker and
attacker's website to be
Easier Development, Easier
stored for later use. The
Manageability, Improved
key message of the talk is
Security, Language Support,
to ensure that all user
and Web Services.
input is validated before
any other processing is
done. This together with
strict use of secure coding
standards would have
disabled any attacker's
opportunities. Source code
included.
Date: Aug, 27 2003 Date: Jun, 04 2006 Date: Jul, 18 2000 Date: Apr, 07 2005 |
How to create a cookie, how
Every community site will
This article explains how to
This 5-part article
to get the value stored in a
have different requirements
use the .NET XmlTextWriter
introduces you to the basics
cookie, set the lifetime,
to fulfill. Although the
class to create a custom RSS
of coding C# in ASP .Net.
path and domain for a
existing CSK framework
feed. I have decided to
Some of topics covered: the
cookie, edit a cookie,
offers a great deal of
write this article in 2
classic "Hello
delete a cookie, remove
flexibility, having the
parts. In this part, I will
World" example in .Net
subkeys from a cookie...
entire source code available
focus on creating the RSS
form, Adding class and using
means you can add additional
feed and how to consume it
Namespaces, Code a Web form
functionality to a site in
from an asp.net page. In
in .Net and see how you can
an elegant manner. In this
part 2, I will focus on
create flexible
chapter, we will concentrate
creating a dynamic RSS feed
server-client interaction,
on creating a new module for
with ADO.NET.
How controls can be used to
the CSK. We will see how
manipulate data from your
creating a new module allows
Web forms, and Server-side
you to add entirely new
data access in .Net.
features which integrate
seamlessly with the rest of
the framework. In this
chapter, we will implement a
Frequently Asked Questions
(FAQ) module.
Date: Nov, 30 -1 Date: Feb, 28 2005 Date: Jun, 20 2004 Date: Oct, 11 2001 |