Description:
In case the RVSE HTTPs Service is not working correctly, we have implemented a script that will install and configure IIS to replace the HTTPs Service. There is also the possibility to have both working combined.
Instruction:
The IIS_Configuration.vbs script is attached here, download and provide the script to the device to be configured.
Edit the IIS_Configuration.vbs script and make sure to configure warehousePath and others as required by customer. Call the script in elevated cmd.exe with "cscript IIS_Configuration.vbs -<PARAMETER>"
1. Use script to install IIS WITH '-IIS' parameter
2. Install following required modules manually in case you want to configure IIS with 'rewrite' option
- Application Request Routing --> https://www.iis.net/downloads/microsoft/application-request-routing
- URL Rewrite --> https://www.iis.net/downloads/microsoft/url-rewrite
3. Use script to configure IIS WITH '-direct' or '-rewrite' parameter
- -direct:
Will disable the https service and configure IIS with virtual directories to work with the RVSE directories - -rewrite:
Will keep the https service running and rewrite the requests from IIS to the https service.
4. Use script to undo the IIS configuration WITH '-undo' parameter
Comments