Need specific WCF code sample

I am designing a N-tier application. I want to have the data layer and
rules engine in a single location on our network; the client would
interface with the RE through a WCF application running as a Windows
Service. The application would sit behind our firewall and have no ASP
component.

My problem is that all of the WCF code examples I have been able to find
involve web services running in conjunction with IIS. My efforts to use
this code as a starting point have not been successful (in particular,
the machines all run Vista and so are subject to seemingly pointless
security restrictions.)

If anyone could point me to code that does NOT mention ASP, web services
or HTTP which might suit my needs, I would be very grateful.
--
Gregory Gadow
Gregory Gadow [ Do, 17 April 2008 23:38 ] [ ID #1944286 ]

Re: Need specific WCF code sample

Sure, you can self host your own WCF service in your own custom rolled
ServiceHost.

Read this MSDN Article for more details:
http://msdn2.microsoft.com/en-us/library/bb332338.aspx

Donn
http://blog.donnfelker.com/

"Gregory Gadow" <techbear [at] serv.net> wrote in message
news:4807C352.4C1E1DEE [at] serv.net...
>I am designing a N-tier application. I want to have the data layer and
> rules engine in a single location on our network; the client would
> interface with the RE through a WCF application running as a Windows
> Service. The application would sit behind our firewall and have no ASP
> component.
>
> My problem is that all of the WCF code examples I have been able to find
> involve web services running in conjunction with IIS. My efforts to use
> this code as a starting point have not been successful (in particular,
> the machines all run Vista and so are subject to seemingly pointless
> security restrictions.)
>
> If anyone could point me to code that does NOT mention ASP, web services
> or HTTP which might suit my needs, I would be very grateful.
> --
> Gregory Gadow
>
>
Donn Felker [ Fr, 18 April 2008 00:26 ] [ ID #1945060 ]

Re: Need specific WCF code sample

LLBLGEN pro also have a wcf example on their examples website...which I
think will do what you ask..

Regards
John

"Donn Felker" <donnfelker [at] discussions.microsoft.com> wrote in message
news:37EEDADF-3222-4AE2-BC92-AAD1245F4473 [at] microsoft.com...
> Sure, you can self host your own WCF service in your own custom rolled
> ServiceHost.
>
> Read this MSDN Article for more details:
> http://msdn2.microsoft.com/en-us/library/bb332338.aspx
>
> Donn
> http://blog.donnfelker.com/
>
> "Gregory Gadow" <techbear [at] serv.net> wrote in message
> news:4807C352.4C1E1DEE [at] serv.net...
>>I am designing a N-tier application. I want to have the data layer and
>> rules engine in a single location on our network; the client would
>> interface with the RE through a WCF application running as a Windows
>> Service. The application would sit behind our firewall and have no ASP
>> component.
>>
>> My problem is that all of the WCF code examples I have been able to find
>> involve web services running in conjunction with IIS. My efforts to use
>> this code as a starting point have not been successful (in particular,
>> the machines all run Vista and so are subject to seemingly pointless
>> security restrictions.)
>>
>> If anyone could point me to code that does NOT mention ASP, web services
>> or HTTP which might suit my needs, I would be very grateful.
>> --
>> Gregory Gadow
>>
>>
>
Gabe Garza [ Di, 22 April 2008 04:07 ] [ ID #1947316 ]
Microsoft » microsoft.public.dotnet.general » Need specific WCF code sample

Vorheriges Thema: Passing dataset by reference between forms, what is the best approach?
Nächstes Thema: Help With Windows XP(SP3) needed.