Copied to clipboard

Flag this post as spam?

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


  • yumin 51 posts 243 karma points
    Jun 08, 2013 @ 11:14
    yumin
    0

    load balance website lost all static resources

    I refer to the article http://our.umbraco.org/wiki/install-and-setup/installing-umbraco-for-load-balanced-environments configured two sites in one pc 

    pc:win7 + iis7.5

    umbraco:6.1.1

    Server 1
    * domain DNS name: no
    * internal website DNS name: dev1.mywebsite.com (use for IIS host header)
    * IP Address: 127.0.0.1

    Server 2
    * domain DNS name: no
    * internal website DNS name: dev2.mywebsite.com (use for IIS host header)
    * IP Address: 127.0.0.1

    I copied the two copies of  /App_Data/TEMP  folder to a different location, and then create a virtual directory (not a virtual application) in the /App_Data folder, and name it TEMP.  Point the virtual directory to the folder i just copied

    modify umbracoSettings.config to this:

    <distributedCall enable="true">

        <user>0</user>

        <servers>

                    <server>dev1.mywebsite.com</server>

    <server>dev2.mywebsite.com</server>                

        </servers>

      </distributedCall>

    after that i open 2 sites , lost all static resources 

    I'm not sure whether ClientDependency not working in virtual directory

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 08, 2013 @ 13:36
    Jan Skovgaard
    0

    Hi Yumin

    What is it's exactly that the problem is? I don't see the attached image unfortunately...

    /Jan

  • yumin 51 posts 243 karma points
    Jun 13, 2013 @ 04:43
Please Sign in or register to post replies

Write your reply to:

Draft