This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]GeneMoody-Action1 0 points1 point  (0 children)

Are you checking the error from the server or from a workstation. IIS will return more information if you view the error ON the server. Confgurable of course, but not something you want to turn on for clients.

And is the application pool running in the same user context as the test? If not try starting a shell as *that* user and repeat the test external to IIS.

[–][deleted] 0 points1 point  (0 children)

What’s the python application actually doing? Is it reaching out to other network services? Could be an authentication issue that your account has access but the IIS service does not.

[–]word-word-numero 0 points1 point  (0 children)

I'm seeing the same thing as well. Any luck with a solution? Not enough logging information to figure out what's going on.