IIS 6该如何配置,才可以使用CGI程序?(100分)

  • 主题发起人 主题发起人 stephenluo
  • 开始时间 开始时间
S

stephenluo

Unregistered / Unconfirmed
GUEST, unregistred user!
新装了windows 2003,IIS也升到了6,在使用中发现原先在IIS 5.1上可以运行的CGI程序在IIS 6上不能用了。一调用系统就报错:
Status: 500 Access violation at address 77F3831D in module 'ntdll.dll'. Write of address 00404B7D Content-Type: text/html Content-Length: 228 Content:
Internal Server Error 500

--------------------------------------------------------------------------------
Exception: EAccessViolation
Message: Access violation at address 77F3831D in module 'ntdll.dll'. Write of address 00404B7D

注:
IIS 6已按照微软的文档(http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/standard/qss_wss_troubleshooting.asp)配置了权限。
CGI程序是用delphi开发的。
 
后退
顶部