473,769 Members | 6,697 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\subway\12 02412f\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.Unauthor izedAccessExcep tion: Access to the path
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\subway\12 02412f\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 5080
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: AcYXpM8aLLR86Mx XTfuCtFf9CukW9Q ==
| X-WBNR-Posting-Host: 12.25.78.238
| From: "=?Utf-8?B?YzY3NjIyOA= =?=" <be****@communi ty.nospam>
| Subject: hash.web is denied
| Date: Thu, 12 Jan 2006 10:20:04 -0800
| Lines: 24
| Message-ID: <D5************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3703 97
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
| ASP.NET Files\subway\12 02412f\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.Unauthor izedAccessExcep tion: Access to the path
| "C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
| Files\subway\12 02412f\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
2935
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 compile. Did a few other code things to take advantage of .Net features not available in VB6. When I start the application on my PC I get the error shown below. It seems to me that the app initiation is failing before any app code is executed. My...
0
836
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 sudden I'll get the following err msg.... Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\hdcshape\7593d094\e9fe7867\hash.web" is denied.
3
1551
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. Thanks :)
0
1099
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 "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\e7d870df\8600ba6a\hash.web" is denied. I have given the IWAM_Machinename access to the Temporary folder and propagated through to subfolders. The webservice is impersonating a domain
1
1152
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 sudden I'll get the following err msg.... Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\hdcshape\7593d094\e9fe7867\hash.web" is denied.
12
7017
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
3223
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 (i.e. the get_hash function) is borrowed from various snippets I found on the net. Thee free function could probably need some love. I have been thinking about having a second linked list of all entries so that the cost of freeing is in proportion to...
0
3405
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 installed same application on another server Win 2003 R2 Std (No Active Directory). On that server I get “Permission denied” using the following code (used to zip folder content).
0
1219
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 installed same application on another server Win 2003 R2 Std (No Active Directory). On that server I get “Permission denied” using the following code (used to zip folder content). set WshShell = server.createobject("wscript.shell")
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10050
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9999
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3570
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.