| Subject: Hi simple question |
| Group: microsoft.public.windows.developer.winfx.indigo |
| Date: 2/26/2008 7:49:00 PM |
| From: =?Utf-8?B?a2lzaG9y?= [Email Address Protection] |
Hi, I am new to the WCF progtamming and recently started developing an application which is a WPF client and WCF would be server. WCF application will be hosted on IIS and client will connect to the IIS. I have created simple service; created a client and every thing is working fine. I am using VS2005 and extensions. I have copied some of the code from micorsofts samples.. and I have noticed that whenever I compiles WCF service, it copies DLL and Web config to the IIS folder. and my client has connected to the IIS and this way it works fine; without any error. My problem is that I can not debug the service at the time of running. whenever I add or modify the service then I need to execute the svcutil.exe to get the generated code. then I need to copy to the client project so that it works. This is becoming time consuming is there any way so that It can be avoided. Your help/ hint is really appreciated. Please note I am using VS 2005 Regards, Kishor |
| Back |