How to change the default port in ESweb?
If the default port of MS SQL Server is changed, ESweb must be reconfiged:
1. Open the file "web.config" in the default folder of installation, such as c:\inetpub\wwwroot\esweb.
2. Find <add key="Port" Value=""/ >, set "Value" equal to new value, such as 251, <add key="Port" Value="251"/ >.
3.Save it.