Setup for use from a non-administrator account
WebProvider needs to be started by an Administrator account. If you want to use it with a non-administrator account, follow the instructions below.
In a command line opened as Administrator, enter the following command:
netsh http add urlacl url=http://+:80/ user=DOMAIN\user
The value 80 in http://+:80/ is the portHttp specified in file settings.xml.
DOMAIN is the access domain,
user is the Windows user of this machine with which WebProvider will be run.
The command line returns a confirmation of the recording of this command.