摘要:
1. Create an IIS Application as below 2. In the physical path, there're 2 files and 1 App_Code folder a. App_code contains the WCF Service contract an 阅读全文
摘要:
1. please keep WCF service running 2. and two ways to achive this a. add Service Reference (will not introduce this since there're so many resources o 阅读全文
摘要:
1. Create a windows service project 2. Add Reference to the assembly which contains the contract and its implementation. 3. Remove the Service1.cs, ad 阅读全文
摘要:
Original URL http://www.codeproject.com/Articles/146838/Remote-debugging-with-Visual-Studio-2010 you may also need to set up window firewall for this. 阅读全文