Web Gateway Installation for AccuTrack
Step 1: Turn on necessary Windows Roles & Features
Windows 7/8/10:
Go to Control Panel > Programs > Turn Windows features on or off.
- Turn on necessary Windows Features
Windows Server 2012/2016/2019:
- Open Server Manager:
- Select Add Roles & Features:
- Enable the following environment variables to match these screenshots:
- Web Server IIS
- Web Server
- Common HTTP Features
- HTTP Redirection
- Security
- Basic Authentication
- Client Certificate Mapping Authentication
- Digest Authentication
- IIS Client Certificate Mapping Authentication
- Windows Authentication
- Application Development
- .NET Extensibility 4.7
- ASP.NET 4.7
- ISAPI Extensions
- ISAPI Filters
- Server Side Includes
- .NET Framework 4.7 Features
- WCF Services
- TCP Port Sharing
Step 2: Setting the Database Locations
- Go to C:\WebGatewayMVC18\ClientBin. and Run SetDataLocation.exe
- Click on the New button.
- Click No for a Native connection.
- Fill out the Native Database Location information and click Save.
TIP: You can set up multiple local labs by following the steps above for Setting the Database Locations
Step 3: Setting the Email Server Connections
- Go to C:\WebGatewayMVC18\ClientBin and Run GetEmailSettings.exe
- Fill out the email server connection information and Click Save.
NOTE: The email server connection information will be used to email appointment confirmations to students and/or tutors when appointments are scheduled (or canceled) using Web Gateway. - Close out of the application by clicking the X on the upper-right hand corner.
Step 1: Add a new Application Pool.
Step 2: Fill out the Name and set .NET CLR to Version v4.0.30319. Click OK.
Step 3: Select the application pool, right-click, and choose Advanced Settings.
Step 4: Set Enable 32-bit Applications to True and click OK.
Step 5: Right-click Default Web Site and choose Add Application.
Step 6: Name the Alias, Select the Application Pool that was created, and Set the Physical path to the root folder on which Web Gateway MVC was installed.
Click Test Settings.
- You may get this pop-up after clicking Test Settings so just click Close if everything does not pass correctly.
- Click Connect As...
- Select the Specific User option and click the Set... button.
- Verify that the <domain>\<username> has Read/Write/Modify access to the install folder or the Web Gateway MVC physical path, as well as Read/Write/Modify permissions on the AccuSQL database. Click OK when done.
- You will return to the Add Application window. Click Test Settings once again.
- You should see all green check-marks if they pass the Authentication and Authorization requirements and then simply click Close.
If all is good simply click OK to exit this screen.
Step 7: Select the WebGatewayMVC application and click Browse *:80 (HTTP).
Step 8: Done! Students can begin using Web Gateway!