测试环境: win7旗舰版 (64位) II7

1  安装 iis7

2 下载安装软件:
    1 )  nodejs-v0.10.28-x64.msi
    2 )  iisnode-full-v0.2.11-x64.msi  isnode安装程序
    3 )  rewrite_x64_zh-CN.msi  安装 IIS URL Rewrite
 
3  安装iisnode自带samples
   1) 到iisnode安装目录中配置 www 文件夹权限,设置Users的权限。
让IIS能够运行Nodejs
 2) 以管理员权限运行一个 cmd安装samples,到iisnode 安装目录执行setupsamples.bat
让IIS能够运行Nodejs
 
3)回车,执行命令
让IIS能够运行Nodejs
 4) 执行成功后,在iis7 可看到 node 网站,在浏览器中输入:http://localhost/node/ 访问网站。
让IIS能够运行Nodejs
 

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2022-01-31
  • 2021-11-02
  • 2022-01-29
  • 2021-06-22
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2022-02-16
  • 2021-08-06
  • 2021-07-31
  • 2021-06-15
  • 2021-11-28
  • 2021-10-24
相关资源
相似解决方案