Hi guys, have anyone seen the error below and has any tip to solve it?
TIWServiceWorker.Execute: [HttpSys] A call to "HttpAddUrlToUrlGroup" failed: The parameter is incorrect http://app.bobskeywords.com/
This is my code:
aHttpBindings.Add('http://app.bobskeywords.com/');
I have the above URL pointing to the server the app is running and I can run the app if I use a URL base for the binding, for example:
aHttpBindings.Add('http://*:80/bkw/');
in this case, if I try to access my app using http://app.bobskeywords.com/bkw/ it works as expected.
Cheers and thanks.
Jackson
TIWServiceWorker.Execute: [HttpSys] A call to "HttpAddUrlToUrlGroup" failed: The parameter is incorrect http://app.bobskeywords.com/
This is my code:
aHttpBindings.Add('http://app.bobskeywords.com/');
I have the above URL pointing to the server the app is running and I can run the app if I use a URL base for the binding, for example:
aHttpBindings.Add('http://*:80/bkw/');
in this case, if I try to access my app using http://app.bobskeywords.com/bkw/ it works as expected.
Cheers and thanks.
Jackson