情景1:
安装完后访问,报Could not connect to Virtual Server.  Access Denied.  Please contact Virtual Server administrator to set the required permissions to manage Virtual Server.  You can specify an alternate Virtual Server below.的错误
原因:
IIS7中需要安装windows authentication

情景2:
安装完后访问,提示下载exe文件,而不是在浏览器里展示
IIS7中需要安装CGI支持

关键步骤:

  1. 安装iis7,至少包含windows authentication和CGI
  2. 在virtual server的site下配置Authentication,disable除windows authentication外的其他验证方式
  3. 在Handler Mapping下启用CGI-exe,确保excute权限.

没有x64,没有Hyper-V,痛苦.

相关文章:

  • 2021-08-19
  • 2021-08-04
  • 2021-06-28
  • 2021-07-06
  • 2021-04-09
  • 2022-12-23
猜你喜欢
  • 2021-09-24
  • 2022-12-23
  • 2022-03-01
  • 2021-05-31
  • 2022-12-23
  • 2021-06-03
相关资源
相似解决方案