Save and run the ASP.NET project

Topic updated 16-3-2007

Build the ASP.NET project ArrowLeft

 

After building the new ASP.NET project it is ready to be run. First, we'll save it.

method 1
Click the Save icon (Save the current Project or Database Repository) on the Standard Toolbar.

method 2
Right-click the ASP.NET project in the Project Explorer and choose Save.

main_buidfirstapp-42

 

method 3
Choose Save Project from the File menu.

main_buidfirstapp-31

 

Hint:
Save the ASP.NET project file in the project directory that you created when saving your Database Repository in step 4, and where you saved your BO-Layer project in step 8.

 

You now have a complete GenWise ASP.NET project built from scratch. You can run it straight from GenWise Studio. In the Project Explorer right-click any page, for example the Default page, and choose Run.

main_buidfirstapp-43

 

GenWise now fires up Cassini, the sample web server provided free by Microsoft for ASP.NET development purposes. Cassini is part of the GenWise Studio setup as a redistributable package.

main_buidfirstapp-44

 

Cassini first has to load the required libraries from the Microsoft .NET 2.0 Framework and then compile the generated ASP.NET 2.0 WebForms. When it's ready you'll see the generated web application in a browser window (the default browser according to your system settings is used). From the Browses menu on the page you can open pages to browse data from the tables in your database.

main_buidfirstapp-45