问题说明:使用python3.7.7+Django3.0.3+iis7.5+WinServer2008R2+Sqlite(先用Sqlite测试)部署项目。之前在Win10上部署同样的项目很成功,没遇到啥问题;在CentOS7.x上部署也没问题;搬到WinServerR2服务器上一直报错;因为实际生产要用WinServer,所以必须要解决这个问题。
有些说是路径不能有空格的原因,试过无效;
将程序池 标识 改为 LocalSystem,无效;
每次配置完后都重启iis,无效;
已参考但无效的解决方案:(均未解决问题)
https://stackoom.com/question/2tLEK/python-exe-fastcgi%E8%BF%9B%E7%A8%8B%E6%84%8F%E5%A4%96%E9%80%80%E5%87%BA
https://blog.csdn.net/enter89/article/details/86231455
https://blog.csdn.net/qq362641643/article/details/103088334?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.nonecase
https://blog.csdn.net/SongyaoLee/article/details/82914503?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-16.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-16.nonecase
https://www.365jz.com/article/24742
望遇到过类似问题的人给我指点迷津,感谢!
https://blog.csdn.net/weixin_40069439/article/details/90902149
请问你这个有解决吗