473,785 Members | 2,484 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

hash.web Access Problems

BG
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\Micro soft.NET\Framew ork\v1.1.4322\T emporary
ASP.NET Files\hdcshape\ 7593d094\e9fe78 67\hash.web" is denied.

I have searched the web and found several items pertaining to this err. I
went so far as to assign ASP.Net to the admin group on the box. I can't
clear the err and the folders are off limits to everyone and cannot be
deleted or viewed.

How do I repair this err?

Thanks
Nov 21 '05 #1
1 1152
Hi there,

Looking at the path i would suggest its more of a Windows thing. Hope your
not on a shared Hosting arrangement with that problem.
If so contact them and make it their problem. If you haven't seen this blog
entry already maybe this will help:

http://blogs.wwwcoder.com/deepak/arc...10/14/885.aspx

hth
Richard
"BG" <bg*****@yahoo. com> wrote in message
news:41******** *************** @news.skynet.be ...
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\Micro soft.NET\Framew ork\v1.1.4322\T emporary
ASP.NET Files\hdcshape\ 7593d094\e9fe78 67\hash.web" is denied.

I have searched the web and found several items pertaining to this err. I
went so far as to assign ASP.Net to the admin group on the box. I can't
clear the err and the folders are off limits to everyone and cannot be
deleted or viewed.

How do I repair this err?

Thanks

Nov 21 '05 #2

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

Similar topics

6
5836
by: Weiguang Shi | last post by:
Hi there, I'm thinking of using binascii.crc32 as a hash-function when I read in the reference http://www.python.org/doc/current/lib/module-binascii.html: crc32( data) Compute CRC-32, the 32-bit checksum of data, starting with an initial crc. This is consistent with the ZIP file checksum.
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...
34
14486
by: pembed2003 | last post by:
Hi All, Does C++/STL have hashtable where I can do stuff like: Hashtable h<int>; h.store("one",1); h.store("two",2); and then later retrieve them like:
3
3341
by: Markus Dehmann | last post by:
I have a class "Data" and I store Data pointers in an STL set. But I have millions of inserts and many more lookups, and my profiler found that they cost a lot of runtime. Therefore, I want to substitute the set<Data*> with a hash_set<Data*>: typedef hash_set<const Data*, hash<const Data*>, eqData> DataPointerHashSet; // typedef set<Data*> DataPointerHashSet; // (see complete code below) But it doesn't work! Everything is fine...
5
1579
by: Opa | last post by:
Hi Guys I'm having trouble getting a value from a hash table based on a key that I have added The key is the handle to a socket and the value is an instance of a class called SckClientHandler Class SckClientHandler has a ClientSocket property which is a valid Socket object Here I add to the hash table _clientSocketHash.Add((int)objSckClientHandler.ClientSocket.Handle, objSckClientHandler where objSckClientHandler is an instance of...
12
3206
by: wxs | last post by:
Many times we have a bunch of enums we have from either different enums or the same enum that will have various numeric values assigned. Rarely will there be collisions in numbering between the enums. These enums you might imagine would be like OrderPrice=27, OrderQuantity=50, OrderSide=62. There may be a lot of these. So normally what we would have to do is store these in hash table so hashtable=value could be set with the value....
3
1553
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 :)
1
5082
by: c676228 | last post by:
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\Temporary ASP.NET Files\subway\1202412f\df2ea907\hash.web" is denied. Description: An unhandled...
21
3225
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...
139
14235
by: ravi | last post by:
Hi can anybody tell me that which ds will be best suited to implement a hash table in C/C++ thanx. in advanced
0
9645
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
9480
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
10325
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9950
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
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
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
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.