Advanced Search
Search Results
37 total results found
Installing the Web API to Your Server
In order for the mobile app to connect to your Windows Server and fetch tasks, a Windows Web API must be installed. Here are the simple steps to accomplish installation. 1. Download the installer: https://virtualtaskrunner.s3.amazonaws.com/Virtual_Task...
Configuring IIS to Run the Web API
Next we are going to configure the Web API (which we previously installed) in IIS. Note, in our examples, we will be installing to a URL of demo.virtualtaskrunner.com. In your case, it might be vtr.yourcompanyname.com. This is the exact process we used to co...
Configuring the Web API by Modifying Web.Config
The final step with configuring the Web API is to add/set your custom settings in Web.Config (main configuration file found in the main installation directory for Virtual Task Runner). There are a couple of ways to edit your Web.Config file. The first way is...
Configuring and Using the Mobile App
Once you have installed and configured the Web API, the mobile app configuration is pretty simple. You simply create a new server (click "+" icon), name the server, enter your server URL where Web API is active, give server a location or description (your choi...
Accessing Logs and Using the Log Reader
The Known Keep VTR Log Reader is a simple console application designed to help you review recent log records from your Virtual Task Runner system. The app reads log records stored in VTR.DB, a SQLite database located in the same App_Data directory as the Log ...