Question

I am hosting ASP.NET website on Windows AppFabric. I am trying to use AutoStart feature of AppFabric to keep the site running.

I read on some blogs and on some microsoft forums, that net.namedPipe binding should be set for AppFabric to control the service. Is it really needed for AutoStart funcitonality?

References:

Était-ce utile?

La solution

No

NamedPipeBinding is only used by the Management Service which enhances AppFabric management capabilities by providing clients the ability to start services remotely. It's used by workflow services (WCF services using Workflow Foundation).

In my company, I have enabled AutoStart without this binding and protocol.

More info here

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top