...
4. Web Application Generation
Choose
Choose this mode by specifing "/WebAppGen" as an argument.
There are two ways to use this mode:
- FuseIT.SDDMS /WebAppGen
This uses the default connection string named, "SqlAdminConnectionString", in the config file to connect to SQL Server.
e.g execute this command line (note spaces) - FuseIT.SDDMS /WebAppGen - FuseIT.SDDMS /WebAppGen /sqlcs:YourSqlConnectionStringName
This uses your custom connection string with the name in the config file
e.g execute this command line (note spaces) - /WebAppGen /sqlcs:YourSqlConnectionStringName
where /sqlcs is the required Salesforce connection prefix
Note:- The values of "appEdmFolder", "modelName" and "webApplicationProject" from the config file nested in appSettings section are required for this mode.
5. Database Generation and Web Application Generation
...