WebException Error. Operation has timedout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PoonamS
    New Member
    • Sep 2007
    • 1

    #1

    WebException Error. Operation has timedout

    Hi,

    I created WCF "Hello world" application. everything works fine. but when i try to run the client website. It gives me WebException. it shows me that "Operation has timed out".

    i tried the option mentioned in the Microsoft site. like
    Service1 obj = new Service1();
    obj.Timeout = -1 // Infinite

    but it takes so much time n still i dont get the result.

    can anyone please help me?

    Thanks
Working...