
Microsoft has made building a WCF Web Service to communicate with JavaScript very easy in Visual Studio 2008. In this post, I'll go through the basics of building this app and demonstrate it working. Included is the project file which might be a help so you can run it yourself. I have found a lot of other posts on the web about this same topic but have had little luck getting the code to work. Few authors post projects with actual working code. I try to as often as I can because I know how frustrating it can be to not be able to get something working. Code Associated With this Article Visual Studio Project First, create an ASP.NET 3.5 Web site. That is, go into File / New Website and choose ASP.NET … Continue Reading
