ASP.NET VB Pets Sample
Building the Sample
In order to run this sample you must have both IIS and Visual Studio .NET installed.
Follow these steps to create the ASP.NET application:
- In Visual Studio, select File | New | Project. Then in the Visual Basic
Projects folder, click on ASP.NET Web Application.
- Change the location to http://localhost/vb_pets.
- Compile and link pets.pro into pets.xpl.
- Select Project | Add Reference. Click on Browse and select amzinet.dll in
the amzi/bin subdirectory. Click OK.
- Select File | Save All, then close Visual Studio.
- Copy the files from this directory to your InetPub/wwwroot/vb_pets subdirectory.
- Re-open Visual Studio and your vb_pets project.
- Select Build | Rebuild Solution.
Running the Sample
- Select Debug | Start to run the sample under IIS.