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
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