Need specific WCF code sample

Need specific WCF code sample

am 17.04.2008 23:38:26 von Gregory Gadow

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

Re: Need specific WCF code sample

am 18.04.2008 00:26:34 von Donn Felker

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" wrote in message
news:4807C352.4C1E1DEE@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
>
>

Re: Need specific WCF code sample

am 22.04.2008 04:07:05 von Gabe Garza

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

Regards
John

"Donn Felker" wrote in message
news:37EEDADF-3222-4AE2-BC92-AAD1245F4473@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" wrote in message
> news:4807C352.4C1E1DEE@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
>>
>>
>