web app问题(100分)

李京

Unregistered / Unconfirmed
GUEST, unregistred user!
1.web server用装在nt server 4.0上的IIS 4.0,它上面也
安装了delphi 3.0,原来编译为runtime package的程序
,在它上面运行时总报"CGI错误,CGI程序不能返回正确
的HTTP标题..."等等,我将程序编译为正常时(非
runtime package),程序运行正常,那么,在nt server
下能运行delphi 3.0的runtime package吗?如何做?(
我的nt/system32下已有delphi 3.0的所有dpl)

2.我的程序在IE3.0下运行没问题,在4.0下运行不行,我
的程序用了cookie,我发现是IE4.0读写cookie不对,IE3.0和IE4.0读写cookie有什么不同?我用
Request.setcustomheader、
Response.cookiefields.values读写cookie.
 
我好象在《中国大陆Borland程序员论坛》中回答过你的问题,我帮你把解决办法帖上来了!
8. KNOWN PROBLEMS
=======================================================
Packages and ISAPI DLLs
-----------------------
The ISAPI/NSAPI WebModule-based DLL's cannot be used
when compiled with packages. Workaround: remove inet30
and inetdb30 BPLs from the project.

问题二,你用单步跟一下。或者把程序发过来,我帮你调一下。

 
忘了PUT E-MAIL给你:
michaeljia@163.net
Homepage:http://www.nbip.net/michaeljia
 
问题是你说的是delphi4.0有此bug,可我用的是delphi 3.0,答案也是这样吗?
问题二的程序我一会儿就给你发过去。
谢谢你的再次帮忙,渴望问题能早日解决。
 
顶部