|
Run the Project Wizard Topic updated 16-3-2007 |
|
After creating a new ASP.NET project, the Project Wizard can automatically add project items. The wizard helps by adding Page Templates based on the business objects in the BO-Layer project. The Page Templates added will generate ASP.NET pages for browsing and editing data in the database. There are different ways to open the Project Wizard: method 1
method 2
The ASP.NET Project Wizard window appears.
You can leave Generate for all BO-Entries checked, or you can uncheck it if you want to make a selection of business objects that you want to create pages for in your web application. To complete the wizard's task click the Start Wizard button, it will add and configure all templates needed according to your settings.
After a few seconds all project items added by the Wizard appear in the Project Explorer.
Notice that most items appear in dark red. This means that they haven't been generated yet. Items will also appear in dark red if they have been changed, and the generated source code that belongs to the item needs regeneration.
|