You will create a simple web application that will call a web service located on the Internet. The Terraservice web service is a publicly accessible web service that can be used by any SOAP-compatible web service.
Archive for July 22nd, 2007
Lab 19 – Terraservice
Posted by Rick Tempestini on July 22, 2007
Posted in Labs | Tagged: ASP.NET, Lab, Terraservice, Web Service | Leave a Comment »
Lab 18 – Web Services
Posted by Rick Tempestini on July 22, 2007
You will create a Visual Studio solution that contains two projects: a web site project and a web service project. The web site project will reference the web service project and make a call to the web service at runtime. In addition, you will use the IIS manager to configure an IIS virtual directory for the web service.
Posted in Labs | Tagged: ASP.NET, Lab, Web Service | Leave a Comment »
Lab 17 – Membership
Posted by Rick Tempestini on July 22, 2007
You will recreate the application from Lab 16. This time, however, you will create the application with the ASP.NET membership web controls. This application will use a SQL Server Express database to store the user accounts. Also, the ASP.NET membership controls will automatically use this database for registration and login.
Lab17
Default.aspx
Default.aspx.vb
Login.aspx
Login.aspx.vb
Register.aspx
Register.aspx.vb
web.config
Posted in Labs | Tagged: ASP.NET, Lab, Membership | 1 Comment »
Lab 16 – Security Fundamentals
Posted by Rick Tempestini on July 22, 2007
You will create an application that will be restricted to only logged in users. This application will have a registration page that will be used to create a single user account in a local XML file. A login page will also be created to verify a typed in user name and password prior to letting the user into the site.
Lab16
Default.aspx
Default.aspx.vb
Login.aspx
Login.aspx.vb
Register.aspx
Register.aspx.vb
web.config
Posted in Labs | Tagged: ASP.NET, Lab, Security | 1 Comment »
Lab 15 – XML
Posted by Rick Tempestini on July 22, 2007
You will write code to create a local XML file using the XmlDocument object. You will then write additional code to read the XML file from your local c: drive and then search the XML file for a specific XML element.
Posted in Labs | Tagged: ASP.NET, Lab, XML | Leave a Comment »
Lab 14 – Files and Streams
Posted by Rick Tempestini on July 22, 2007
You will create a simple web page that will browse files and directories on your local machine.
Posted in Labs | Tagged: ASP.NET, Lab | 1 Comment »
Lab 13 – Data Controls
Posted by Rick Tempestini on July 22, 2007
Your will add a page to the Lab12 project. This page will display the entire authors table from the pubs database using the GridView control. You will then apply formatting, paging, sorting, and selections to the grid.
Posted in Labs | Tagged: ASP.NET, Data Controls, Lab | Leave a Comment »
Lab 12 – Data Binding
Posted by Rick Tempestini on July 22, 2007
You will create a simple web application that filters a list of authors based upon the available states listed in the database.
Posted in Labs | Tagged: ASP.NET, Data Binding, Lab | Leave a Comment »