8 Using ClickOnce Deployment : Deploying the Data Provider with Your Application

Deploying the Data Provider with Your Application
To deploy the application on a Web server so that it can be executed through a Web browser on clients, you must embed the DataDirect Connect for ADO.NET license file into the application.
To embed the license file using Visual Studio:
1
2
3
Right-click DDTek.lic and select Properties.
4
Selecting the Build Action in the Solution Explorer
To specify a target CPU for the application, continue to Step 5.
Otherwise, skip to Step 7.
5
Optionally, select Configuration Manager from the Solutions Manager drop-down list to specify a target CPU. The Configuration Manager dialog box appears.
Configuration Manager dialog box, with one project listed under Project contexts
6
In the Platform column, you can select the target CPU for your application. We recommend that you use Any CPU, the default setting, for optimal portability of your application. Click Close to close the Configuration Manager dialog box.
7
8