Skip to main content
Participating Frequently
November 29, 2011
Question

Anyone used FMS on Amazon's Web Service?

  • November 29, 2011
  • 1 reply
  • 738 views

Just wondering what people thought of the service if they've used it.

    This topic has been closed for replies.

    1 reply

    Inspiring
    December 2, 2011

    We've been using it for several months now.  It's been great. The only big complaint I have is that it is a version behind (4.0.3) as of today.

    Participating Frequently
    December 2, 2011

    Nice....I set it up yesterday but the server side script has some issues that I don't see both locally and on an online setup (not using Amazons service).  Basically I call in other .asc files using the Load function and then I instantiate them by putting them on an object like this:

    Load("users/userManager.asc");

    App = {};

    App.userManager = new UserManager();

    App.userManager.doSomething();

    But any of the functions I call on the UserManager script don't work.  Is there a difference in the path to the files or something?  Seems odd to me.