Running on any IP (IPv4 and IPv6)
I tried to configure the HostAddress to run on any IP as for the instructions
but I got the following error when running the Host
Error starting service - The value of the property 'HostAddress' cannot be parsed. The error is: Invalid URI: The hostname could not be parsed. (C:\test\DynamicPowerShellApi.Host.exe.Config line 6)
What should I write as HostAddress to listen to any ip? Thanks
<WebApiConfiguration HostAddress="http://+:9000">
<WebApiConfiguration HostAddress="http://+:9000">The same problem occurs with my tests. Unfortunately this entry does not work. '<WebApiConfiguration HostAddress = "http: // +: 9000">' leads to the error message described.