服务器权限设置 [英] Server Permission Settings

查看:109
本文介绍了服务器权限设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


我不确定我是不是在正确的地方。我有asp页面调用

数据库,有时会更新它。这些页面位于根目录下的数据库

位于根目录下的db文件夹中。我的服务器人员不太清楚服务器上的这些文件夹(root& db)应该具有什么样的

权限。你能给我一些bg b的一般性说明吗?或者指出正确的方向

方向的答案?


谢谢

Hello,

I''m not sure if I''m in the right area. I have asp pages that call a
database and sometimes updates it. The pages are under the root the database
is in a db folder under the root. My server guy isn''t too sure what the
permissions should be on the server to these folders (root & db). Can you
give me some general instructions for this? Or point me in the right
direction for the answer?

Thanks

推荐答案

您需要确保IUSR_< machine>对数据库有读取权限和读取/写入数据(不是它所在的文件夹)


" Jess" <济** @ discussions.microsoft.com>在消息中写道

新闻:5F ********************************** @ microsof t.com ...
You need to ensure IUSR_<machine> has read permissions for the root and
read/write for the database (not the folder it''s in)

"Jess" <Je**@discussions.microsoft.com> wrote in message
news:5F**********************************@microsof t.com...
你好,

我不确定我是否在正确的区域。我有asp页面调用
数据库,有时会更新它。这些页面位于根目录下,
数据库位于根目录下的db文件夹中。我的服务器人员不太确定服务器上对这些文件夹(root& db)的权限是什么。你能给我一些关于这方面的一般性指示吗?或者指出正确答案的方向?

谢谢
Hello,

I''m not sure if I''m in the right area. I have asp pages that call a
database and sometimes updates it. The pages are under the root the database is in a db folder under the root. My server guy isn''t too sure what the
permissions should be on the server to these folders (root & db). Can you
give me some general instructions for this? Or point me in the right
direction for the answer?

Thanks



IUSR_MachineName应具有读取权限包含ASP

脚本的文件夹,以及包含MDB文件的文件夹的完全权限(它需要读取才能访问它,更改为允许文件增长当你用更多的数据填写

,并写入以创建临时的LDB文件)。


这里有一些信息:
http://support.microsoft.com/default.aspx/kb/253604


这里有80004005错误的大量故障排除:
http://www.aspfaq.com/2009


" Jess" <济** @ discussions.microsoft.com>在消息中写道

新闻:5F ********************************** @ microsof t.com ...
IUSR_MachineName should have read access on the folder(s) containing the ASP
scripts, and full permissions on the folder containing the MDB file (it
needs read to access it, change to allow the file to grow as you fill it
with more data, and write to create the temporary LDB file).

A bit of information here:
http://support.microsoft.com/default.aspx/kb/253604

And lots of troubleshooting for 80004005 errors here:
http://www.aspfaq.com/2009

"Jess" <Je**@discussions.microsoft.com> wrote in message
news:5F**********************************@microsof t.com...
你好,

我不确定我是否在正确的区域。我有asp页面调用
数据库,有时会更新它。这些页面位于根目录下,
数据库位于根目录下的db文件夹中。我的服务器人员不太确定服务器上对这些文件夹(root& db)的权限是什么。你能给我一些关于这方面的一般性指示吗?或者指出正确的答案方向?

谢谢
Hello,

I''m not sure if I''m in the right area. I have asp pages that call a
database and sometimes updates it. The pages are under the root the
database
is in a db folder under the root. My server guy isn''t too sure what the
permissions should be on the server to these folders (root & db). Can you
give me some general instructions for this? Or point me in the right
direction for the answer?

Thanks



" Aaron Bertrand [SQL Server MVP] QUOT;在消息中写道

新闻:eF ************** @ tk2msftngp13.phx.gbl ...

:IUSR_MachineName应该已阅读访问包含

ASP

:脚本的文件夹,以及包含MDB文件的文件夹的完整权限(

:需要读取才能访问它,更改为允许文件在填充时增长

:包含更多数据,并写入以创建临时LDB文件)。



:这里有一些信息:

http://support.microsoft.com/default.aspx/kb/253604



:还有很多故障排除对于80004005错误:

http://www.aspfaq。 com / 2009


修改权利,而不是完全权利。


-

Roland Hall

/ *这些信息的发布是希望它能够实现的我很有用,但是没有任何保证的b $ b;甚至没有适销性的暗示保证

或特定用途的适用性。 * /

Technet脚本中心 - http:// www .microsoft.com / technet / scriptcenter /

WSH 5.6文档 - http://msdn.microsoft.com/downloads/list/webdev.asp

MSDN Library - http://msdn.microsoft.com/library/default.asp
"Aaron Bertrand [SQL Server MVP]" wrote in message
news:eF**************@tk2msftngp13.phx.gbl...
: IUSR_MachineName should have read access on the folder(s) containing the
ASP
: scripts, and full permissions on the folder containing the MDB file (it
: needs read to access it, change to allow the file to grow as you fill it
: with more data, and write to create the temporary LDB file).
:
: A bit of information here:
: http://support.microsoft.com/default.aspx/kb/253604
:
: And lots of troubleshooting for 80004005 errors here:
: http://www.aspfaq.com/2009

Make that modify rights, not full rights.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


这篇关于服务器权限设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆