Binding net.pipe to Default Web Site via IIS

后端 未结 2 1164
失恋的感觉
失恋的感觉 2020-12-11 16:34

When I attempt to set up appfabric to link up to my application and monitor and track and tract it, I get an error stating

“Workflow persistence is not functional

相关标签:
2条回答
  • 2020-12-11 16:45

    Cybermaxs basically has the correct answer, with one minor caveat in my experience: You might need to do an iisreset before things will work (that is, click win + R, and enter iisreset, or just run iisreset in a command line window).

    As a bonus, what follows is the equivalent of what Cybermaxs included, only from Windows 8. Search for "Turn windows features on or off" to open this window:

    0 讨论(0)
  • 2020-12-11 16:57

    In fact, it's depending on IIS and/or Windows Server version.

    As a prerequisite, you have to enable Net Pipe Activation first. You can add it via windows feature or Server manager.

    net pipe activation

    Here is the illustrated explanation :

    First, Go to the Advanced settings on your Web Site. Under IIS manager, it's on the right after you select your WebSite.

    advanced settings

    In Enabled Protocols, add net.pipe (default is http)

    enable protocols

    At the end, Add a new Bidning (Right Pane when you select your web site), and add a net.pipe binding with a wildcard "*" for Bidning Informaiton.

    net.pipe binding

    That's all.

    0 讨论(0)
提交回复
热议问题