Can I run the WCF on another port?
- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Can I run the WCF on another port?
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can I run the WCF on another port?
NOTE: McAfee has a service that was running called "FrameworkService.exe" which uses the same port as the WCF.
It is possible to run WCF on another port. Here is what you need to get a working WCF/Remote to run on port 8082:
WCF:
Change all 8081 -> 8082 in Pharos\Bin\WCF\PS.vNext.SvcHost.WinSvc.exe.config
Restart WCF, confirm listening on 8082 via netstat.
Web remote:
Change 8081 -> 8082 in wwwroot\Pharos\appSettings.config (only one entry)
Restart IIS, test remote
Web Remote does not need EDI to run.
The WCF service is conceptually like a specialized EDI that is exclusive to Web Remote.
Was this article helpful?