It is not frequent that I host my WCF services on Windows Activation Service (WAS) - reasons being not many organizations that I work with run Windows Server 2008. Now that I see a Windows Server 2008, I would like to use WAS instead of IIS and configure some of the internal services to use netTcpBinding instead to improve performance.
If you run through the steps here (and probably some tutorials), you will realized that we will need to execute a command similar to this:
%windir%\system32\inetsrv\appcmd.exe set site "Default Web Site" -+bindings.[protocol='net.tcp',bindingInformation='808:*']
or this if we are running in a virtual application
%windir%\system32\inetsrv\appcmd.exe set app "Default Web Site/MyService" /enabledProtocols:http,net.tcp
But I am a lazy person, I like to use the UI. So you can achieve the same results from IIS by defining your bindings. Right-click on the site and select Edit Bindings... then Add a new binding for net.tcp.
Then right-click on the site again and goto Manage Web Site -> Advanced Settings... and add net.tcp to the Enabled Protocols property.
There you have it! WCF on WAS!
Home » Windows » Hosting WCF on WAS
Popular Post
-
go full screen on the below video found on http://www.jalopyjournal.com/?p=16967 famed auto designer Daniel Simon to pen up a concept and ...
-
O ften we may hear people refer Windows Workflow Foundation as WWF. I would like to point out that while Windows Presentation Foundation a...
-
From what I recall from reading the superb book 'The Fast Set' about the British land speed record racers in the 1920's and 1930...
-
Most of the SQL Server 2005 High Availability options suggest having three servers (or instances) for optimum performance where each of the...
-
This week's PaveParker of the Week was spotted in the city's Seafield Avenue: The driver of Aberdeen Car Citroen C5 Estate reg. SP02...
-
There needs to be a book called Carpooling for dummies written by art car central that helps people drive and park in around swimmin...
-
A band of space cadets came together in 2000 to form what is now known as the The Phenomenauts . This intergalactic band of pioneers led by ...
-
This balloon tank was created by German artist Idee Inges who takes symbols of childhood parties and transforms them into a war tank: The q...
-
After waiting for more than 5 weeks, my incliner sofa has finally arrived! My parents helped me received it two days ago while I was at work...
-
November 16, 2010 – Sonoma, California – Flying Lizard Motorsports announced today preliminary details of its 2011 racing program. The Son...
No comments:
Post a Comment