how to customoize tcp port number other than default (80)
Posted
by Arvind Bhatt
on Stack Overflow
See other posts from Stack Overflow
or by Arvind Bhatt
Published on 2010-05-24T11:51:49Z
Indexed on
2010/05/24
12:01 UTC
Read the original article
Hit count: 243
c#
I'm using a web service and connect it using httpWebRequest.create api. If i change the TCP port number In IIS other than 80 then my application could not connect to it. How can i set port number in System.Url object as set in IIS so that my application can connect to web service.
© Stack Overflow or respective owner