doula2426 2015-05-05 15:11
浏览 55
已采纳

IIS访问同一域中的远程服务器

I have a server A where some logs are saved, and another server B with a web server (IIS) on it.

I can access serverA from Windows Explorer with zero problems, but when I want to access it from serverB with some PHP code, it doesn't work.

I made a python script that accesses the file from serverA on serverB. It works if I run that script from CMD, but when I run that script from PHP code it doesn't work anymore.

I run IIS server as a domain account that has access on serverA

I try to run that as LocalService, NetworkService, System, LocalUser but no success.

That script is a simple open command, so problem it's not from python.

  • 写回答

2条回答 默认 最新

  • dongya2029 2015-05-08 07:03
    关注

    Resolved. Uninstall IIS and use XAMPP. No problem found till now, everything works okay. So use XAMPP/WAMP!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?