avatar
z*n
1
在2000里面装了一个IIS. 结果除了localhost可以直接
进入主页外,用外部访问都要我输入NT workgroup的用户
名密码和工作组名。
在哪里可以改过来?
avatar
t*r
2
iis要设置可以匿名访问, 并且应该有个用户, 用户名应该是IUSR_xxx,
xxx是你的机器名, 该用户应该没有密码, 权限是guest, 这个用户
按道理应该在装iis的时候已经建了呀

【在 z*****n 的大作中提到】
: 在2000里面装了一个IIS. 结果除了localhost可以直接
: 进入主页外,用外部访问都要我输入NT workgroup的用户
: 名密码和工作组名。
: 在哪里可以改过来?

avatar
m*u
3
But I thought it can be changed in property-directory security-authentication
method. And I remember that iusr_ user is for the ftp access, not for the web
application. Doubt...

【在 t*****r 的大作中提到】
: iis要设置可以匿名访问, 并且应该有个用户, 用户名应该是IUSR_xxx,
: xxx是你的机器名, 该用户应该没有密码, 权限是guest, 这个用户
: 按道理应该在装iis的时候已经建了呀

avatar
t*r
4
我想这些他该知道吧? hehe, 或许iusr不是web服务的用户名, 我忘记了,
不过我的机器上是的.

【在 m*******u 的大作中提到】
: But I thought it can be changed in property-directory security-authentication
: method. And I remember that iusr_ user is for the ftp access, not for the web
: application. Doubt...

avatar
m*u
5
不过匿名访问web是很危险的,我是说他/她的机器作为web server,有用户名和密码不是
很好嘛。

security-authentication
web

【在 t*****r 的大作中提到】
: 我想这些他该知道吧? hehe, 或许iusr不是web服务的用户名, 我忘记了,
: 不过我的机器上是的.

avatar
t*r
6
他不是不想要么?hehe, 我只负责解答他的问题, 不考虑其他的 :)
另外, 好不好要看他的实际需要(requirement), 你想想, 要是一个公司的网站, 有
密码了倒是安全, 不过怎么访问呢?

【在 m*******u 的大作中提到】
: 不过匿名访问web是很危险的,我是说他/她的机器作为web server,有用户名和密码不是
: 很好嘛。
:
: security-authentication
: web

avatar
z*n
7
I dont think this is the problem.
Now I guess it is coursed by DHCP configuration.
My computer doesn't have a fixed ip.

【在 t*****r 的大作中提到】
: iis要设置可以匿名访问, 并且应该有个用户, 用户名应该是IUSR_xxx,
: xxx是你的机器名, 该用户应该没有密码, 权限是guest, 这个用户
: 按道理应该在装iis的时候已经建了呀

avatar
z*n
8
no, it asks for MY account and pswd. Means that nobody
else can access my pages...hehe.

【在 m*******u 的大作中提到】
: 不过匿名访问web是很危险的,我是说他/她的机器作为web server,有用户名和密码不是
: 很好嘛。
:
: security-authentication
: web

avatar
m*u
9
我的以前的也是用dhcp server 的,你只要是不关机器就好了,即便是restart一般情况
下也不会得到一个新的ip,所以和这个是没有关系的,就是iis中的设置,你可以设置成an
onymous 访问的就可以了。
我不知道你是不是通过学校的dhcp server,如果是的话,再不安装任何保护软件的情况
下,就让任何人都访问,很有可能学校那里不允许的,或者再你用过一段时间后,就会发
现你的机器然后让你的机器根本工作,我是说access internet,当然别人也甭想访问你的
网页了。
我的学校就是这么干的,你还是先安装一个patch,然后再run web server比较好。

【在 z*****n 的大作中提到】
: I dont think this is the problem.
: Now I guess it is coursed by DHCP configuration.
: My computer doesn't have a fixed ip.

avatar
t*r
10
hehe,我的也是dhcp, :)
或许有一个问题就是你们的firewall允许不允许firewall以外的pc访问你的机器

【在 z*****n 的大作中提到】
: I dont think this is the problem.
: Now I guess it is coursed by DHCP configuration.
: My computer doesn't have a fixed ip.

avatar
t*r
11
差点忘记了, 你的第一片文章说他们被要求输入nt的用户名, 证明他们已经有了到达
你的机器的access,所以和你的dhcp服务无关

【在 z*****n 的大作中提到】
: I dont think this is the problem.
: Now I guess it is coursed by DHCP configuration.
: My computer doesn't have a fixed ip.

avatar
b*l
12
1. IIS manager >your web app > directory security > Anonymous access and
authentication control > check anonymous access
2. make sure the NTFS file permission for your web application files are
granted to IUser_machinename

【在 z*****n 的大作中提到】
: 在2000里面装了一个IIS. 结果除了localhost可以直接
: 进入主页外,用外部访问都要我输入NT workgroup的用户
: 名密码和工作组名。
: 在哪里可以改过来?

avatar
z*n
13
please give some details,
I checked IIS manager, anonymous access is granted.

【在 b*********l 的大作中提到】
: 1. IIS manager >your web app > directory security > Anonymous access and
: authentication control > check anonymous access
: 2. make sure the NTFS file permission for your web application files are
: granted to IUser_machinename

avatar
b*l
14
Please check the second possibilities, assuming you have already created a web
application under IIS.
Just go to the directory that has all the files for your web application,
right click on it, go to security, and add IUSR_yourmachine to the allowed
users.

【在 z*****n 的大作中提到】
: please give some details,
: I checked IIS manager, anonymous access is granted.

avatar
z*n
15
thanks, I found the problem, but not as you mentioned.
I checked the security of my app directory(s), all of them
were alright.
Finally I created a new dir under wwwroot, and copied everything
from the old dir to the new one, the problem disappeared... hehe.
I guess, it might be caused by winzip, coz i extracted my asp application
from a zip file...

【在 b*********l 的大作中提到】
: Please check the second possibilities, assuming you have already created a web
: application under IIS.
: Just go to the directory that has all the files for your web application,
: right click on it, go to security, and add IUSR_yourmachine to the allowed
: users.

avatar
b*l
16
Cool

web

【在 z*****n 的大作中提到】
: thanks, I found the problem, but not as you mentioned.
: I checked the security of my app directory(s), all of them
: were alright.
: Finally I created a new dir under wwwroot, and copied everything
: from the old dir to the new one, the problem disappeared... hehe.
: I guess, it might be caused by winzip, coz i extracted my asp application
: from a zip file...

avatar
b*l
17
Just an extra point,
did you try to unload the application after you changed the permissions of the
initial directory?
+-
-【 在 zhaoyun (好德如好色) 的大作中提到: 】
web
avatar
z*n
18
Yes, I did it many times.

【在 b*********l 的大作中提到】
: Just an extra point,
: did you try to unload the application after you changed the permissions of the
: initial directory?
: +-
: -【 在 zhaoyun (好德如好色) 的大作中提到: 】
: web

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。