This is the revised Konica Minolta conenctor for FaxCore ev6. 
It has the same 3 part components: Setup, web, and service. 

Installation
--------------------------------

WEB
--------------------------------
Create a new website in IIS, point the path to the web folder (web_202xxxxx). 
This is the endpoint for the MFP to connect and serve the user interface for FaxCore Pro app. 

1. Configure the SQL connection string in web.config
2. appSettings: FXC:apiUrl = URL to FaxCore host. 
3. appSettings: FXC:thumbnailImgUrl = URL to FaxCore host. 
4: appSettings: FTPLocalDir = FTP local path. This value need to be same as the one set in the service. 


Service
--------------------------------
Install the service. 
Configure the values in FaxCore.OpenApi.Service.exe.config. The configuration is similair to the previous ev5 version. 

AppSettings
- FXC:apiURL = Set the FaxCore URL here. Use IP address, FQDN or server name. As long as the address is able to resolve. 
- FXC:thumbailImgUrl = Set the FaxCore URL here. Use IP address, FQDN or server name. As long as the address is able to resolve. This is to enable the FaxCore Pro to load the image thumbnail. 


ApplicationSettings
- FTPDirectory : FTP virtual path. 
- BaseDirectory : FTP local path. 
- FaxCore_OAPI37_Service_fxOAPIwebservice_OAPIService : This correspond to the path set in the web above. The service need to be able to reach this address in order to initialize the FaxCore Basic. 
- FTPAddress : FTP endpoint address. The service and MFP need to be able to reach this address. 