ASP.NET
Step 1: Account setup
Check Prof. Richard Rasala's
ASP page
and
SQL page.
As reference:
- To connect to the CCIS web server in order to upload
files to the v2.0 directory:
- Method 1: use SSH File Transfer. Hostname=sftp.development.ccs.neu.edu.
Username=ccis-windows\your-username.
- Method 2 (only on a Windows machine in CCIS): go to "Run ...", type \\Development\net\home\your-username. Username=ccis-windows\your-username.
- Know the URL corresponding to the uploaded page.
http://www.development.ccs.neu.edu/home/your-username/your-file.aspx
- To connect to SQL Server:
- In "Query Analyzer" installed in CCIS Lab machines, connect to SQL Server "sql2005.development.ccs.neu.edu".
Step 2: Enable debugging
Upload web.config to the v2.0 directory on the CCIS web server.
Step 3: Learn ASP.NET
Go through the GotDotNet Tutorial.
Step 4: Learn ASP.NET with database access
Go through Rui Wang's sample code.