这个ASP技术如何解决?

sess 2000-06-25 06:07:00
加精
我对delphi中编写Isapi程序很熟,用ISAPI实现http://localhost/test.dll/buy 非常容易,但是如何在ASP中实现这个功能,即有入口BUY?或直接用ASP或ASP加COM+实现!
有解决,立刻100分送上!
...全文
247 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
sess 2000-07-01
  • 打赏
  • 举报
回复
还有没有其他方法?
xxfeng 2000-06-30
  • 打赏
  • 举报
回复
修改错误指向文件即可,in iis service , right click buy directory , then goto property,click Custom errors.edit 404 http Error,chang the error file to a html ( use this html to get the location )
<script>
var url = location ;
alert(url);
</script>)
the location is like you.html?http://...../buy/price=10
VictorYu 2000-06-30
  • 打赏
  • 举报
回复
Input :
http://xxx.com/xxx.asp?price=10
IN xxx.asp
<%
DIM nPrice
nPrice = Request.QueryString("price")
%>
This code can get price.

sess 2000-06-30
  • 打赏
  • 举报
回复
用isapi编译出来一个DLL,那么在IIS中就可以http://xxx.com/xxx.dll/buy?price=10
buy 为路径入口,在asp中如何实现http://xxx.com/xxx.asp/buy?price=10 ,buy 为路径入口?
linyu 2000-06-29
  • 打赏
  • 举报
回复
问题不是很清楚
newtiger 2000-06-27
  • 打赏
  • 举报
回复
修改错误指向文件即可
sess 2000-06-27
  • 打赏
  • 举报
回复
不是Link 而是重新用asp技术代替isapi
masterz 2000-06-26
  • 打赏
  • 举报
回复
in your ASP code: add this <a href='http://localhost/test.dll/buy '>link to test.dll/buy</a>
Hope this is the answer.

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧