[dba-VB] WCF

Michael Mattys michael at mattysconsulting.com
Tue Dec 21 22:27:19 CST 2010


I found that book needed correction and the following worked for me:

My Service.svc contains:
<%@ ServiceHost Language="C#" Debug="true" Service="
Products.ProductsServiceImpl" CodeBehind="~/App_Code/ProductsService.cs" %>

My Web.config contains:
	<system.serviceModel>
	<services>
	<service name="Products.ProductsServiceImpl"
behaviorConfiguration="ProductsServiceImplBehavior">
	<!-- Service Endpoints -->
	<endpoint address="" binding="wsHttpBinding"
contract="Products.IProductsService"> 


Michael R Mattys
Business Process Developers
www.mattysconsulting.com
585-300-0181

-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of jwcolby
Sent: Monday, December 20, 2010 7:57 AM
To: Discussion concerning Visual Basic and related programming issues.
Subject: Re: [dba-VB] WCF

Wow, isn't that cool!

Thanks Gustav.

John W. Colby
www.ColbyConsulting.com

On 12/20/2010 7:28 AM, Gustav Brock wrote:
> Hi all
>
> The link for the book:
>
> http://www.ca4nul.com/downloads/WCF_Step_by_Step_eBook.pdf
>
> /gustav
>
>
>>>> "Michael Mattys"<michael at mattysconsulting.com>  17-12-2010 16:39>>>
> Hi John,
>
> We're interested also (me and my brother, Eric).
> I've downloaded the chm for the John Sharp book and something called
HelpExplorer 3 to spare my eyes.
> You right-click in the main viewing panel and select ant text zoom you
want.
> I want to catch up with you ...
>
> Michael R Mattys
> Business Process Developers
> www.mattysconsulting.com
>
>
>
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
>
>
_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com





More information about the dba-VB mailing list