473,396 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

hash.web is denied

Hi,
I have met this problem for many times, I don't how to fix it, the only
thing I can do is to restart the computer. Here is the case:
Sometimes when I change the behide class code, and then rebuild, then when I
open the .aspx page, the following error message comes up.

Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
ASP.NET Files\subway\1202412f\df2ea907\hash.web" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\subway\1202412f\df2ea907\hash.web" is denied.

I tried to restart IIS but it doesn't help. only restart computer,and then I
open that .aspx page and everything looks fine.
Can someone tell me what it is and what I should do to avoid it?
Thank you!
--
Betty
Jan 12 '06 #1
1 5065
Hi Bettys,

Welcome.
Regarding on the asp.net application running got access denied problem on
hash.web file, based on my experience , this is likely due to the file
being locked by some certain process (since the application can run
correclty initially). As for other processes accessing the files you can
try checking the followig things:

1. Is the Indexing services enabled and auto running on the server machine?
Indexing service will cause the asp.net temporary files being locked ....
If this is the case, you can turn off indexing service(set to start
manually in service manager) and restart to see whether it helps....

2. Is there any anti virus software installed and running on the server
machine? Some anti-virus software will also lock the temporary file if
they'll monitoring the ASP.NET temp folder.... You can also turn off them
to test if that's the case....

In addition, here are some kb article mentioned the similiar problem which
you can also have a reference:

#PRB: Access Denied Error When You Make Code Modifications with Index
Services Running
http://support.microsoft.com/kb/329065/en-us

#FIX: "Access Is Denied" Error Message When You Try to Access Indexing
Service from ASP.NET with Impersonation Enabled
http://support.microsoft.com/kb/323293/en-us

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| Thread-Topic: hash.web is denied
| thread-index: AcYXpM8aLLR86MxXTfuCtFf9CukW9Q==
| X-WBNR-Posting-Host: 12.25.78.238
| From: "=?Utf-8?B?YzY3NjIyOA==?=" <be****@community.nospam>
| Subject: hash.web is denied
| Date: Thu, 12 Jan 2006 10:20:04 -0800
| Lines: 24
| Message-ID: <D5**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:370397
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi,
| I have met this problem for many times, I don't how to fix it, the only
| thing I can do is to restart the computer. Here is the case:
| Sometimes when I change the behide class code, and then rebuild, then
when I
| open the .aspx page, the following error message comes up.
|
| Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
| ASP.NET Files\subway\1202412f\df2ea907\hash.web" is denied.
| Description: An unhandled exception occurred during the execution of the
| current web request. Please review the stack trace for more information
about
| the error and where it originated in the code.
|
| Exception Details: System.UnauthorizedAccessException: Access to the path
| "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
| Files\subway\1202412f\df2ea907\hash.web" is denied.
|
|
|
| I tried to restart IIS but it doesn't help. only restart computer,and
then I
| open that .aspx page and everything looks fine.
| Can someone tell me what it is and what I should do to avoid it?
| Thank you!
| --
| Betty
|

Jan 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bill Burwell | last post by:
I am converting a VB6 WebClass application to VB.Net. Used the VB upgrade tool to do the conversion - and it left me a lot of little code things to do. Did those code things and got my app to...
0
by: BG | last post by:
Hello Everyone, Environment: Win2K Pro w/All Updates. VB.Net Standard 2003 I'm building an ASP.Net web app. I can code and test the app many times and everything works fine. Then all of the...
3
by: John M | last post by:
Hello, Something quire is on my application. If I don't touch the computer for about 30 minutes, I get the message (something like) hash.exe is not accesible due security .... Any idea. ...
0
by: Jessard | last post by:
Hi All, I'm trying to get a webservice running on a domain controller but I obtain the following error when I try to display the page. "Access to the path...
1
by: BG | last post by:
Hello Everyone, Environment: Win2K Pro w/All Updates. VB.Net Standard 2003 I'm building an ASP.Net web app. I can code and test the app many times and everything works fine. Then all of the...
12
by: Arash Partow | last post by:
Hi all, I've ported various hash functions to python if anyone is interested: def RSHash(key): a = 378551 b = 63689 hash = 0
21
by: Johan Tibell | last post by:
I would be grateful if someone had a minute or two to review my hash table implementation. It's not yet commented but hopefully it's short and idiomatic enough to be readable. Some of the code...
0
by: private.anders | last post by:
Hi David! Really need assistance since I have been struggling with a problem long time now. I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have...
0
by: private.anders | last post by:
Really need your assistance since I have been struggling with a problem long time now. I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.