Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Need specific WCF code sample

Reply
 
Old 04-17-2008   #1 (permalink)
Gregory Gadow


 
 

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



My System SpecsSystem Spec
Old 04-17-2008   #2 (permalink)
Donn Felker


 
 

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

>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
>
>
My System SpecsSystem Spec
Old 04-21-2008   #3 (permalink)
John Sheppard


 
 

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@xxxxxx> wrote in message
news:37EEDADF-3222-4AE2-BC92-AAD1245F4473@xxxxxx
Quote:

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

>>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
>>
>>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Script-based code sample library (HTA) VB Script
[ann] code sample to convert html to vb or vbs... VB Script
Embed images in email powershell code sample PowerShell
Efficiency in my sample code PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46