in reply to Web Browser fails to compile my code

My guess is that the compiler is not found or available to the user that the web server runs as. Command line is not usually the same environment as a service.

--MidLifeXis

  • Comment on Re: Web Browser fails to compile my code

Replies are listed 'Best First'.
Re^2: Web Browser fails to compile my code
by aykun81 (Sexton) on May 20, 2008 at 22:04 UTC
    Well I don't know if I got you exactly right but I have to mention that I am running the tests on localhost. So this is the same computer.
      So this is the same computer.

      Did you try it with the same user account under which your web server runs? This is almost always a permissions issue. Running the program successfully from your user account tells you only that the program runs, not that it will run from the web server.

        Yes I am working under the same account all the time. So yes, the account that I'm using is the account that under which the web server is running