June 2017
Intermediate to advanced
360 pages
10h 2m
English
Once a service listening to port 80 is authored, we need to configure port 80 in the service manifest to open a listener in the service. This can be done by editing Service Manifest.xml:
<Resources> <Endpoints> <Endpoint Name="WebEndpoint" Protocol="http" Port="80" /> </Endpoints> </Resources>
Read now
Unlock full access