Search

Sevice Settings

Minimize

cDevWorkflow service has similar settings as the Application Configuration settings.  Navigate to the following directory:

C:\inetpub\wwwroot\cDevWorkflow\bin

Open the file: cDevWorkflowService.exe.config

Configure the following properties:

Configuration Key Default Value or description
imageFilePath Use: C:\inetpub\wwwroot\cDevWorkflow\images\
userID Use: Admin
fromEmail Provide a default from email address
$$SQLSERVER$$ Name or IP address of the SQL Server instance
$$SQLUSERID$$ SQL User ID to use
$$SQLPASSWORD$$ SQL User password to use
$$SMTPSERVER$$ Name of IP adress of the Email server
$$SMTPUSERID$$ Email server user name
$$SMTPPASSWORD$$ Password for the email server

In order to install the service, execute the following steps:

  • Open a command prompt  (Windows 7 and Windows Server 2008 use "Run as Administrator")
  • Enter the following and press enter
  • cd C:\inetpub\wwwroot\cDevWorkflow\bin
  • Ener the following and press enter
  • C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil /i cDevWorkflowService.exe

After installng the service, open the Windows Services using the Control Panel->Administrative Tools.  The list of services should display the following:


 Right click and open the service and set the Log on as to: Local System Account