1) 安装IIS组件时要注意:在“万维网服务-应用程序开发功能”中选择ASP选项。

2) 要让ASP支持Access数据库,需要给“系统盘:\windows\ServiceProfiles\NetworkService\AppData\Local\Temp”这个目录添加一个“Autheticated Users”的读写权限。
如果安装的是Vista Business版本,没有此目录,但通过以下方法同样可以解决:
修改:C:\Windows\System32\inetsrv\config\applicationHost.config
该文件第108行原文:
<processModel identityType="NetworkService" />
修改为:
<processModel identityType="NetworkService" loadUserProfile="false" />

3) 运行IIS管理器,点击“网站 - ASP”,把“启动父路径”后的false修改为true。

相关文章:

  • 2022-12-23
  • 2022-03-09
  • 2021-12-03
  • 2021-05-10
  • 2022-12-23
  • 2021-12-05
  • 2021-07-30
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-08-16
  • 2021-05-26
  • 2022-03-06
  • 2021-10-27
  • 2022-01-31
  • 2022-12-23
相关资源
相似解决方案