Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rik Helsen 670 posts 873 karma points
    Feb 26, 2010 @ 09:36
    Rik Helsen
    0

    not using Networkservice for load balanced farm

    What do i enter as "user" value when i don't want to use the "network service" as an application pool user but an Active directory user instead?


    <distributedCall
    enable="true">
           
    <user>0</user>
           
    <servers>
                   
    <server>server1.mywebsite.com</server>
                   
    <server>server2.mywebsite.com</server>
                   
    <server>server3.mywebsite.com</server>
           
    </servers>
    </distributedCall>
  • Peter Dijksterhuis 1442 posts 1722 karma points
    Feb 26, 2010 @ 09:53
    Peter Dijksterhuis
    0

    The user you see here is the user from the umbracoUser-table. By default, 0 = admin

    I think you'd have to change the identity of the app-pool to change it to a different user than Network Service.

    HTH,

    Peter

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies