The Named Pipes communication method is ideal when running the server and client on the same Windows machine because Named Pipes support is internal to the Windows base system. Named Pipes require no special configuration. Here is an example of a Named Pipes setting:
+--------------------------------------------------------------------------------+ |commmethod namedpipe | | namedpipename \\.\pipe\adsmpipe | +--------------------------------------------------------------------------------+