由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - Help with ASP
相关主题
ASP problem in IIS 5.0[转载] How to start IIS 5.0 in windows 2000 professional version.
ASP.NET问题:我不得不"hard code"吗?Apache 与persnoal web server冲突?
ASP.NET 高手请进!A question on G6 ftp server.
救命呀,大家帮帮我的网页把FORM中用POST时数据是怎么打包传送的?
[转载] Asp新手求教: 文件读写问题急,TOMCAT4.0.3 上怎么把default port设成80?
请问怎么用unix/linux 做web page?请问asp需要的IIS的缺省密码是什么呀
紧急请教,初级问题。where can i find IIS manual?
求助![转载] Servlets:参数中有等号的情况怎么处理?
相关话题的讨论汇总
话题: asp话题: logon话题: dll话题: password话题: hi
进入BuildingWeb版参与讨论
1 (共1页)
m******y
发帖数: 588
1
Hi, all
I wrote a dll with delphi using Windows API Logonuser and
NetUserChangePassword which is called to impersonate a user from ASP. It's
much like the example on
http://support.microsoft.com/default.aspx?scid=kb;EN-US;248187
I got it working all right on my localhost. I can logon and change password.
But when I put those asp pages on the web servers of our company and
registered dll, it was unable to work and give me the error "Logon failure:
unknown user name or bad password." Of course I g
c**t
发帖数: 2744
2
sounds like permission issue.

【在 m******y 的大作中提到】
: Hi, all
: I wrote a dll with delphi using Windows API Logonuser and
: NetUserChangePassword which is called to impersonate a user from ASP. It's
: much like the example on
: http://support.microsoft.com/default.aspx?scid=kb;EN-US;248187
: I got it working all right on my localhost. I can logon and change password.
: But when I put those asp pages on the web servers of our company and
: registered dll, it was unable to work and give me the error "Logon failure:
: unknown user name or bad password." Of course I g

s***f
发帖数: 173
3
hi there,
It seems like a big secuity thing. Maybe this is because in most situations
you will log in to your own machine as an administrator, and consequently
never stumble into any permissions issues. An administrator of a machine is
the god of that machine. In your case, you need to make sure that you logon to
the web server as an adminsitrator in the company.

【在 m******y 的大作中提到】
: Hi, all
: I wrote a dll with delphi using Windows API Logonuser and
: NetUserChangePassword which is called to impersonate a user from ASP. It's
: much like the example on
: http://support.microsoft.com/default.aspx?scid=kb;EN-US;248187
: I got it working all right on my localhost. I can logon and change password.
: But when I put those asp pages on the web servers of our company and
: registered dll, it was unable to work and give me the error "Logon failure:
: unknown user name or bad password." Of course I g

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
[转载] Servlets:参数中有等号的情况怎么处理?[转载] Asp新手求教: 文件读写问题
[转载] ASP.NET问题请教-如何生成IMAGE MAP请问怎么用unix/linux 做web page?
Apache Loadable module 问题紧急请教,初级问题。
[转载] Web Server Question求助!
ASP problem in IIS 5.0[转载] How to start IIS 5.0 in windows 2000 professional version.
ASP.NET问题:我不得不"hard code"吗?Apache 与persnoal web server冲突?
ASP.NET 高手请进!A question on G6 ftp server.
救命呀,大家帮帮我的网页把FORM中用POST时数据是怎么打包传送的?
相关话题的讨论汇总
话题: asp话题: logon话题: dll话题: password话题: hi