wcf
wcf
There are a bunch of case studies, selected by Nicholas Allen in his blog, about implementation of project using WCF technology. Check them out and get lots of ideas… [Here] del.icio.us Tags: WCF,.net
If you are trying to host or test your WCF app in Vista and IIS7 you may encounter some error messages regarding the MIME type as below: HTTP Error 404.3 - Not Found The Page you are requesting cannot be served because of the extension configuration. To solve this issue follow these steps: 1) Run command prompt with Administrative permissions. 2) Navigate to: windows\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\ 3) Run ServiceModelReg –i 4) You're done. For more information about this command prompt you can...