Getting Started

System Requirements

Setting WebForm Options

Before converting forms to ASP.NET, check to ensure the WebForm Options are set according to the needs of your project.

ASP.NET Projects

ASP.NET projects are automatically created after the first Access form is converted. WebForms are added to the project on an ongoing basis after they are converted. An ASP.NET Forms Switchboard is also created and is designated as the Start Page in the ASP Configuration Manager. WebForm links are added to the switchboard on an ongoing basis after they are converted. For Oracle and DB2 version, the ADO client reference is added to the project.

 

A new directory is created under the selected Solution Root Folder using the VS.Net project name (see WebForm Options) that contains the converted WebForms aspx and aspx.vb files. An images sub directory is created that initially contains supplied images used by the conversion program. New image files are added when the program encounters them in Access forms.

 

The appSettings element is added to the web.config file and a ConnectionString key is created that uses connection information for the current login. The key is updated when connection information changes.