WCF Service not working with WPF when deployed
-
Hi I have a WPF Application that uses WCF Web Service to get and set data via. When the application is run in Visual Studio 2010 the application works perfectly, even when I actually install the application on my development machine via my msi it works. However, when I deploy the application on the network it will not work. When I try start the application I get the following error messages: 1) Error 500 internal server error 2) Or I get a timeout error. It says that the address has exceeded the alloted timeout period. I have tried increasing the timeout period, and even the message size, but it has not made any difference. I am completely perplex as to why it working in development, but not when deployed. Does anyone have any idea?
-
Hi I have a WPF Application that uses WCF Web Service to get and set data via. When the application is run in Visual Studio 2010 the application works perfectly, even when I actually install the application on my development machine via my msi it works. However, when I deploy the application on the network it will not work. When I try start the application I get the following error messages: 1) Error 500 internal server error 2) Or I get a timeout error. It says that the address has exceeded the alloted timeout period. I have tried increasing the timeout period, and even the message size, but it has not made any difference. I am completely perplex as to why it working in development, but not when deployed. Does anyone have any idea?
I'm not sure about your problom,but my wpf browser application which uses wcf works fine. there something should pay attention to the location of wcf service in iis,becuase some config is affected.That's deffrent with the local machine.