|
|
||||||||||||||
![]() 渥太华华人网上社区 |
|
| 注册账号 | Blog | 论坛帮助 | 会员列表 | 搜索 | 今日新帖 | 标记版面已读 | 用户相册 |
![]() |
> [问题] 哪位大侠懂ASP和网页设计的,请帮个忙,谢谢先 |
![]() |
|
|
主题工具 | 显示模式 |
|
[中级会员]
ID: 684
|
[问题] 哪位大侠懂ASP和网页设计的,请帮个忙,谢谢先
这是我在网上找到的关于网页密码验证的程序,不工作呀。
附件: |
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
|
|
|
|
[中级会员]
ID: 684
|
|
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
|
|
|
|
[中级会员]
ID: 684
|
引用:
I don't know much about ASP and database. |
|
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
||
|
|
|
[中级会员]
ID: 684
|
引用:
Would you give me some details if it is not so complex. thax. |
|
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
||
|
|
|
[中级会员]
ID: 684
|
Re: Code 没错,查查你的运行环境只SETTINGS
引用:
First, i tried it on my computer, WINDOWS2000 Professional, no IIS. Than, I tried it on the University's server, and i don't know the configuration of it. Maybe the server doesnot support fancy things like ASP. Bottom line: if i want to try the effect of it on my computer, how should I configurate my computer. Do i need to install IIS? Hope to hear from you soon. |
|
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
||
|
|
|
[中级会员]
ID: 700
|
First when you want to run ASP you must have IIS work properly. ASP means Active Server Page, You don't have server, how can it run? Then you must create a virtual directory associate with your physical directory(absolute path) in IIS console. Put your .asp file and .mdb file in that directory. Create a global.asa file to holder the global variable such as session variable. use IE to run the asp. URL like http://Severname/Virtual Directory/Filename.asp. I didn't run your code, but if you got every thing above works properly. you will get it. Good luck.
|
|
|
|
[初级会员]
ID: 979
|
问题就出在这了,你没有ASP的运行环境.可以这样再试一下:
1.如想RUN在IIS WEB SERVER上,你的系统环境要求是WIN 2000 SERVER 或WIN 2000 ADVANCE SERVER.把你的有关FILES放在新建的FOLDER下,然后START>PROGRAMMS>ADMINISTRATIVE TOOLS>INTERNET SERVICE ANMAGER, 可以用现成的DEFAULT SITE(PORT 80),然后把HOME DIRECTORY 指到新建的FOLDER下,TYPE HTTP://LOCALHOST/XXXX.ASP, WHERE XXXX.ASP IS THE PAGE NAME. 2.在WIN 98 下,你可以安装MS PERSONAL WEB SERVER( PWS MAY GET FROM MICROSOFT.COM),其它的和上面一样CONFIGURE. 如再报错,把报错的描述COPY给我看. |
|
|
|
[中级会员]
ID: 684
|
With the help of a friend, i think i got it finally. 渔歌 is right, Thank you.
I also thank everybody who helped me on this question and who regarded this question. |
|
________________________________
To see a world in a grain of sand.
And a heaven in a wild flower. Hold infinity in the palm of your hand. And eternity in an hour |
|
|
|