ASP.NET
VBScript Tutorial:
http://www.w3schools.com/vbscript/vbscript_intro.as
p
ASP.NET 2.0 web programming with VB2005, by Anne Boehm and Doug Lowe, published by Mike Murach & Associates, Inc. www.murach.com.
Configuration Issues:
http://www.velocityreviews.com/forums/t123670-framework-20-is-installed-on-server-2003-but-iis-stays-with-aspnet-v1.html
shows how to set the IIS to use .net framework 2 or 3.
"Go to IIS console manager, right click on Web Sites, go to properties and you
should see an ASP.NET Tab. Go there, you can change what framework version to
use for IIS or you can do by web site. Currently I have sites on my server
running .NET 1.1 and sites running under .NET 2.0"
Why using ASP.NET+MySQL, we need to copy the MySql.Data.dll that comes with
Connector/Net
( Standardized database driver for .NET platforms and development.) from C:\Program Files\MySQL\MySQL Connector Net 5.0.7\Binaries\.NET 2.0 to the bin directory of your asp.net web page directory. See
http://www.15seconds.com/Issue/050407.htm
and
http://forums.mysql.com/read.php?38,2979,162416#msg-162416
On Vista, you need to turn on ASP.NET features
with
Examples (SourceCode/Detail Analysis/Lesson to be followed):
ASP.NET+MySQL Database+Datagrid example:
http://walden.uccs.edu/gtdg.aspx
ASP.NET+MySQL Database+New GridView with Paging example:
http://walden.uccs.edu/sqlDS.aspx
Note that item list is separate into two pages.
ASP.NET+MS SQL2005 Database+New GridView with Paging example:
http://walden.uccs.edu/sqlDSWalden.aspx
ASP.NET+MS SQL2005 Database+DataGrid example:
http://walden.uccs.edu/cs301/aspnet/access/gtDataGridAccess.aspx
Email Example:
http://walden.uccs.edu/sendEmail.aspx
WebService DaysUntil example:
http://walden.uccs.edu/DaysUtil/DaysUtil.asmx?op=DaysUntilDate