访问被拒绝到临时文件

编程入门 行业动态 更新时间:2024-10-11 17:27:16
本文介绍了访问被拒绝到临时文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好, 我希望有人能帮助我,因为我没有想法。我一直收到 这条消息: 访问路径C:\ WINDOWS \ MicroStoswork.NET \ Framework \v1.1.4322 \Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69"被拒绝。 错误继续说ASP.NET未经授权...... 以下是我的详细信息: 我有一个我的asp项目所在的存储阵列。 我创建一个指向项目所在的共享的虚拟目录 存储。 我指定用于访问共享的网络用户帐户 我还指定匿名用户帐户与该帐户相同 访问共享。 我添加了< identity impersonate = true />标记到我的项目 的web.config文件。 我已经用多台服务器完成了这项工作,2000和2003并获得相同的功能/> 结果。这些项目在当地运行良好,但我必须让这个工作 ,我的源代码是远程的。 任何人都知道我的步骤'我失踪了? - 乍得

Hi all, I hope someone can give me a hand, because I''m out of ideas. I keep getting this message: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied. The error goes on to say that the ASP.NET is not authorized... Here are my particulars: I have a storage array where my asp project resides. I create a Virtual Directory pointing to the share where the project is stored. I specify the network user account to use to access the share I also specify the Anonymous User Account to be the same account as that accessing share. I''ve added the <identity impersonate=true /> tag to the web.config file of my project. I''ve done this with multiple servers, 2000 and 2003 and get the same results. The projects run fine locally, but I''ve got to get this working where my source code is remote. Anyone know of the step I''m missing? - Chad

推荐答案

2004年1月27日星期二12:07:02 -0500 Chad Crowder写道: On Tue, 27 Jan 2004 12:07:02 -0500 Chad Crowder wrote: 大家好,我希望有人可以帮助我,因为我没有想法。我一直收到这条消息:访问路径C:\ WINDOWS \ Microoft.NET \ Framework \v1.1.4322 \Temp orary ASP.NET文件\projects_cig\e4e3b3da\3c20ac69"被拒绝。 错误继续说ASP.NET没有被授权... 以下是我的详细信息:我有一个存储阵列,我的asp项目所在的位置。我创建一个虚拟目录,指向存储项目的共享。我指定用于访问共享的网络用户帐户我还指定匿名用户帐户为与此相同的帐户访问共享。我添加了< identity impersonate = true />标记到我的项目的web.config文件。 我已经使用多台服务器,2000年和2003年完成了这项工作并得到了相同的结果。这些项目在本地运行良好,但我必须让这个工作我的源代码是远程的。 任何人都知道我失踪的那一步? - Chad Hi all, I hope someone can give me a hand, because I''m out of ideas. I keep getting this message: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied. The error goes on to say that the ASP.NET is not authorized... Here are my particulars: I have a storage array where my asp project resides. I create a Virtual Directory pointing to the share where the project is stored. I specify the network user account to use to access the share I also specify the Anonymous User Account to be the same account as that accessing share. I''ve added the <identity impersonate=true /> tag to the web.config file of my project. I''ve done this with multiple servers, 2000 and 2003 and get the same results. The projects run fine locally, but I''ve got to get this working where my source code is remote. Anyone know of the step I''m missing? - Chad

您是否尝试禁用索引服务? Michael

Did You try to disable the Indexing-Service? Michael

ASP.NET进程需要访问 C:\ WINDOWS \ Microsoft.NET.NET \ Framework \v1.1.4322 \Tempo rary ASP.NET Files \ 目录。它存储临时编译的代码。如果您更改了ASP.NET运行的 帐户,则需要将该新帐户授予上述目录 。它是 " C:\ WINDOWS \ Microsrosoft.NET \ Framework \v1.1.4322 \Temp orary ASP.NET Files \"或者 " C:\ WINDOWS \ Microsrosoft.NET \ Framework\v1.1.4322 \",我不记得...... " Chad Crowder" < chad@spam_me_not.chad>在消息中写道 新闻:OE ************** @ TK2MSFTNGP10.phx.gbl ... ASP.NET process needs access to the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET Files\ directory. It stores temporary compiled code there. If you have changed the account that ASP.NET runs as, you need to give that new account access to the directory above. Its either "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\" or "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ ", I can''t remember... "Chad Crowder" <chad@spam_me_not.chad> wrote in message news:OE**************@TK2MSFTNGP10.phx.gbl... 大家好, 我希望有人可以帮助我,因为我没有想法。我保留收到此消息: 访问路径C:\ WINDOWS \ Microsoftoft.NET \ Framework \v1.1.4322 \Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69"被拒绝。 错误继续说ASP.NET没有被授权...... 这是我的细节:我有一个存储阵列我的asp项目所在的位置。我创建了一个虚拟目录,指向存储项目的共享。我指定用于访问共享的网络用户帐户我还指定匿名用户帐户与访问共享的帐户相同。我添加了< identity impersonate = true />标记到我的项目的web.config文件。 我已经使用多个服务器,2000和2003完成了这个并获得了相同的结果。这些项目在本地运行良好,但我必须让这个工作我的源代码是远程的。 任何人都知道我缺少的步骤? - Chad Hi all, I hope someone can give me a hand, because I''m out of ideas. I keep getting this message: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied. The error goes on to say that the ASP.NET is not authorized... Here are my particulars: I have a storage array where my asp project resides. I create a Virtual Directory pointing to the share where the project is stored. I specify the network user account to use to access the share I also specify the Anonymous User Account to be the same account as that accessing share. I''ve added the <identity impersonate=true /> tag to the web.config file of my project. I''ve done this with multiple servers, 2000 and 2003 and get the same results. The projects run fine locally, but I''ve got to get this working where my source code is remote. Anyone know of the step I''m missing? - Chad

是的,实际上索引服务已经被禁用了。 - Chad " Michael" <到**** @ hotmail>在消息中写道 news:oz *************** @ myusenetfqdn.fqdn.th-h.de ... Yeah, well actually the index service was already disabled. - Chad "Michael" <to****@hotmail> wrote in message news:oz***************@myusenetfqdn.fqdn.th-h.de... 2004年1月27日星期二12:07:02 -0500 Chad Crowder写道: On Tue, 27 Jan 2004 12:07:02 -0500 Chad Crowder wrote: 大家好,

我希望有人可以帮助我,因为我没有想法。我保留收到此消息: I hope someone can give me a hand, because I''m out of ideas. I keep getting this message:

访问路径" C:\ WINDOWS \ MicrosoftMicrosoft.NET \ Framework \\ \\ v1.1.4322 \Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69"被拒绝。 Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied.

错误继续说ASP.NET未被授权...... The error goes on to say that the ASP.NET is not authorized...

这是我的详细信息:我有一个存储阵列,我的asp项目所在的位置。我创建了一个虚拟目录,指向存储项目的共享。我指定用于访问共享的网络用户帐户我还指定匿名用户帐户与访问共享的帐户相同。我添加了< identity impersonate = true />标记到我的项目的web.config文件。 Here are my particulars: I have a storage array where my asp project resides. I create a Virtual Directory pointing to the share where the project is stored. I specify the network user account to use to access the share I also specify the Anonymous User Account to be the same account as that accessing share. I''ve added the <identity impersonate=true /> tag to the web.config file of my project.

我已经使用多个服务器,2000和2003完成了这个并获得相同的。 I''ve done this with multiple servers, 2000 and 2003 and get the same results. The projects run fine locally, but I''ve got to get this working where my source code is remote.

任何人都知道我的步骤I' '缺少? Anyone know of the step I''m missing?

- Chad

您是否尝试禁用索引服务? Michael

Did You try to disable the Indexing-Service? Michael

更多推荐

访问被拒绝到临时文件

本文发布于:2023-07-06 07:43:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1047446.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:被拒   临时文件

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!