|
Learn how to create and
This article provides one
In this article we will take
This step-by-step tutorial
execute stored procedures
solution for replicating
a quick look at two methods
makes use of over 20 images
using .NET.
content to multiple share
for creating SHA1 passwords
to describe every step in
locations using VB.Net. This
for use on the web using
detail from obtaining,
could be useful where you
.NET. It is dangerous to
installing, configuring and
have a Web application
store passwords anywhere in
running MySQL on Windows to
hosted on a Web farm and you
plain text!! SHA1 gives a
insalling/uninstalling MySQL
wish to have files uploaded
quick and easy way to encode
as a Windows service,
via the Web, and then
a password into a non-human
creating a new table,
replicate the uploaded files
readable form. This means it
populating it with some
to other servers in the farm.
is safer to store in a
records and displaying those
database, and should the
records in an ASP.NET page.
database be viewed by anyone
Also explains the advantages
who shouldn't know the
of using MySQL on Windows
passwords, it will be much
with ASP.NET. All the code
more difficult for them to
is available for download.
work out what a user's
password is.
Date: Nov, 15 2004 Date: Jun, 24 2003 Date: Jun, 23 2003 Date: May, 28 2003 |
|
A comprehensive tutorial on
A Sample Chapter 5 from
File uploading has always
Complete online chapter
uploading files to server
"Professional VB.NET
been a tedious task for the
"Talking To
hard disk using built-in
2nd Edition". Visual
web developer community.
HailStorm" from
ASP.NET server controls.
Basic has had powerful
Either we have to use a
"Early Adopter
Describes how to upload more
object-oriented capabilities
third party component or
HailStorm (.NET My
than one file? how to upload
since the introduction of
write several lines of code.
Services)". Provides in
only image files? how to
version 4.0. VB.NET carries
With the advent of ASP.Net
depth information on what is
retrieve other form
that tradition forward.
file uploading has become a
.NET My Services, what it
non-binary field values? how
VB.NET simplifies some of
lot easier, importantly
provides and how to make use
to view and delete files
the syntax and greatly
without the need for third
of it.
uploaded on the server? how
enhances these capabilities,
party components. All we
to force user to download a
and now supports the four
have to do is to use the
file without viewing it? how
major defining concepts
ASP.Net HTML File control
to expose correct file name
required for a language to
and write a few lines of C#
to the user browser instead
be fully object-oriented.
code.
of a generic file.aspx? how
This chapter will explore
to retrieve correct
the creation and use of
content-type for the file
classes and objects in
from system registry? how to
VB.NET.
set/unset max file upload
size limit per folder of
your application?
Date: Feb, 27 2003 Date: Sep, 19 2002 Date: Feb, 25 2002 Date: Feb, 07 2002 |