in reply to Download of https Pages

amitsq:

I'm guessing that the web server isn't running on the same account you're using at the command line. In that case, it's time to compare the web server account settings against yours to find out where the difficulty lies. Typically it'll be something like:

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Download of https Pages
by amitsq (Beadle) on Oct 26, 2017 at 14:22 UTC
    Thanks for your reply
    1) no already checked on that, it's the same perl, because it output the same when :
    print qq(@INC);
    2) could you give an example for that? I don't think enviroment variables plays a role since i'm using the local batch command line when running a script on the command line.
    3)no, the permissions are given and no difference
    btw the problem only problems occur with https pages, with http pages it works.

      There's a difference between running something as a logged in user on a command prompt and having a webserver that runs as a user, with sites/app pos that can be configured to run as other uses in restrictive manners. If you want to use IIS you need to learn how this platform works. Also, you don't have to create a new thread for an existing issue.

        hi @marto, well my last thread was broad asked, so i thought a clear question would be clearer. And i tend to think it's a perl installation issue rather than a setting issue of IIS, since there is no restriction to users (checked that too).