**************************************************************************** For Email, if already exists do'nt do. 1. Create folder as "C:\inetpub\wwwroot\HighriseWeb\Alert\Email" 2. Paste code from Alert/Email 3. Run below code in command prompt. a. start command as a "run as a administrator" b. go to "cd C:\Windows\Microsoft.NET\Framework\v4.0.30319" c. InstallUtil.exe "C:\inetpub\wwwroot\HighriseWeb\Alert\Email\EmailScheduler.exe" copy this command 4. Update Connection\connectionString.txt with actual Database server path. for example :Data Source=DESKTOP-UA4USLE\ERPTEST;Initial Catalog=HighriseAlerts;Integrated Security=true; 5. Do not "convert to application" 6. Enter Command in run "services.msc", And Start the "HighriseEmailService" service. **************************************************************************** **************************************************************************** For SMS, if already exists do'nt do. 1. Create folder as "C:\inetpub\wwwroot\HighriseWeb\Alert\SMS" 2. Paste code from Alert/SMS 3. Run below code in command prompt. a. start command as a "run as a administrator" b. go to "cd C:\Windows\Microsoft.NET\Framework\v4.0.30319" c. InstallUtil.exe "C:\inetpub\wwwroot\HighriseWeb\Alert\SMS\SMSScheduler.exe" copy this command 4. Update Connection\connectionString.txt with actual Database server path. for example :Data Source=DESKTOP-UA4USLE\ERPTEST;Initial Catalog=HighriseAlerts;Integrated Security=true; 5. Do not "convert to application" 6. Enter Command in run "services.msc", And Start the "HighriseSMSService" service. ****************************************************************************