HRPro Web Application Server Deployment (for Web Client) on Windows Server
You may need to install Microsoft SQL Server and restore the Application Database and System Database before Web Application Server Deployment. See HRPro Brief Installation Procedure.
HRPro Web Application Server Deployment on Windows Server
1. Install Windows Server with all security updates, hotfixes and service packs from Windows Update.
2. Open Server Manager, click 2 Add roles and features
3. Click Next to the Server Roles, check Web Server (IIS)
4. Click Add Features button
5. Click Next to the Features tab, check ASP.NET 4.5
6. Select All components in Application Development in the Role Services tab.
Click Next and Install. After Install completed, restart the Server.
7. Open Internet Information Services (IIS) Manager (Server Manager -> Tools)
8. Setup the HRPro web site
1) Create a folder using your company name (e.g. MyCompany or HRPRO) in c:\inetpub\wwwroot,
2) Copy the HRPro Web Access files from the WebClient Sub Folder in the HRPro Setup Package to the c:\inetpub\wwwroot\[MyCompany] with all subfolders.
3) Open IIS Manager again, go to Web Sites -> [MyCompany]. Right Click, Convert to Application.
9. Modify the HRPro.Config to define the SQL Server Connection String.
<appSettings>
<add key="data source" value="NUTECH-OFFICE\SQL2019"/>
<add key="initial catalog" value="dbHRPro"/>
<add key="user id" value="sa"/>
<add key="password" value="Password"/>
</appSettings>
Where "data source" is the Server Name, "initial catalog" is the application database name. The user id is the SQL server user ID, password is the SQL server password. If you prefer password encryption, please refer to How to Enable SQL Server Password Encryption.
You may have a permission issue when you save the edited HRPro.config using Notepad. You can either
Save to desktop and copy back to the original location
Search Notepad, right-click and select run as administrator and then open the file using the file open dialogue.
10. Install Arial Unicode MS font in order to produce the Chinese Report properly (if the server does not have Microsoft Office). See why all Chinese Characters on the PDF Report are displayed as rectangular boxes in HRPro Web Client for instructions.
11. Copy the robots.txt to the root of the website. See What is the robots.txt for?
12. Open Web Client
In the browser, type http://localhost/mycompany
For remote computers, replace the localhost with the server IP address that should access HRPro Web Access also.
See also:
How to enable TCP/IP connection for the SQL Server 2019 Express edition?
How to install Microsoft SQL Server 2019 Express Edition for HRPro
Other Installation and Setup Information