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
-
Carloft Berlin, 10 loft suites + 1 panorama loft penthouse (click images for a larger view)
-
Here is the Spotted Art Car in front of the Spotted Art House. By the way these were done by two different people in England, what an amazin...
-
Impact of recent Legislation Several legislative and regulatory actions in the United States and worldwide renewed the electric vehicl...
-
Pink Fat Art Car - Pepto Bismol Austrian artist Erwin Wurm is the creator of these Fat Art Cars, as part of a "Fat Car" series....
-
Brooklyn-based artists Adam Eckstrom and Lauren Was collected $35,000 in lottery tickets and built a Hummer H3 Art Car. The piece is called ...
-
I don't really talk about my family problems that much on my blog but what happened tonight really deserves a blog entry to remind myse...
-
Required reading: Bill Moore's EVWorld review and Martin Zimmerman's LA Times piece about their test drives of the Toyota Plug-in ...
-
V12 / 6.233 cc / 800 PS / 1.047 lb/ft (1.420 Nm) @ 3.500 / 0 - 62 mph (100 km/h): 3,7 s / 0 - 124 mph (200 km/h): 9,9 s / Vmax: 217+ mph (35...
-
Just a list and a link to inform you with right now.. the Peerless Green Dragon, 1904. Owned and driven by Barney Oldfield 1903 Pope Toledo ...


No comments:
Post a Comment