Change the port of a WebService

1

Good morning,

I have programmed a WebService in C # with Visual Studio 2017 and it works perfectly. The problem is that once implanted in the production server IIS is listening on port 80, and they ask me to go listen on port 8282.

Can you tell me can you configure that port change?

Thanks.

    
asked by Marc Guillot 16.10.2017 в 19:42
source

1 answer

3

To change the port follow the instructions:

  • Open IIS (Internet Information Services)
  • Right click on your site and select the Modificar enlaces option
  • Select the protocol to modify, for example, http or https , then click on the button Modificar
  • In the Puerto text box, select 8282
  • Click on the Aceptar button and you're done.
  • answered by 16.10.2017 / 21:32
    source