facing data loss problem in socket programming while using IIS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Niks

    facing data loss problem in socket programming while using IIS

    I am facing a very strange problem in my websevice which is working on
    socket communication.
    While i am publishing my webservice to the IIS and invoking a method,
    a data loss problem in occuring. I seems strange because when i am
    using the .net framework's inbuild application development server that
    comes along with 2.0 framework,I am not facing this problem.
    I dont know why it is not working with IIS while it is working with
    other server?
    Is there is any drawback of IIS in socket communication ?
    I am using TCPClient to establish the connection.
Working...