Is it possible that EWL does not support an installed installation at a custom port?

Is it possible that using any value ending in a port, such as myplace.domain.com:8087, for DefaultBaseUrl/Host in Standard.xml won’t work? I’m getting errors from a client trying to deploy that look like this:

Failed to initialize URL. Host was “myplace.domain.coml:8087:80”. —> System.UriFormatException: Invalid URI: Invalid port specified.

at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at RedStapler.StandardLibrary.BaseUrl.GetUrlString

1 Like

There is a separate element for port. If you move it there everything will work fine.