473,653 Members | 3,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Win2k3 .NET Error

I'm running Win2k3 Enterprise on a Compaq ML370G2 and I'm getting the
following error when I try to access my ASPX pages via a browser. Normal
ASP pages work fine.

Access to the path "C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\procureme ntmockup\5037ef 28\302fd907\has h.web" is denied.

Everything I've found on the error says the ASP.NET account doesn't have
priviledges on the folder/files. I've given the appropriate permissions but
it still returns the same error.

I also notice that it does not create the necessary folders below the
"Temporary ASP.NET Files" folder. I had to create them manually to even get
this error. Before that I received the same message, but the "hash.web" was
truncated.

Any ideas?

TIA,

Jim
Nov 18 '05 #1
1 1121
If you are using the default process model for IIS 6.0, ASPNET account is
not used to launch the worker process. It is the w3wp.exe under "Network
Service".

You may try setting the process model to IIS 5 compatible using inetmgr.
This may help to isolate the problem.

--
Regards,

Felix Wang

"Jim Rackley" <ra******@spawa r.navy.mil> wrote in message
news:uU******** ******@TK2MSFTN GP11.phx.gbl...
I'm running Win2k3 Enterprise on a Compaq ML370G2 and I'm getting the
following error when I try to access my ASPX pages via a browser. Normal
ASP pages work fine.

Access to the path "C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\procureme ntmockup\5037ef 28\302fd907\has h.web" is denied.

Everything I've found on the error says the ASP.NET account doesn't have
priviledges on the folder/files. I've given the appropriate permissions but it still returns the same error.

I also notice that it does not create the necessary folders below the
"Temporary ASP.NET Files" folder. I had to create them manually to even get this error. Before that I received the same message, but the "hash.web" was truncated.

Any ideas?

TIA,

Jim

Nov 18 '05 #2

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

Similar topics

11
942
by: ptass | last post by:
Hi I've installed win2k3 sp1 on a machine where an openRead on any given file was previously working. After installation, I get a webException as follows... ..message "An exception occurred during a webclient request" .._Hresult = "-2146233079" .._COMPlusExceptionCode ="-532459699" Sorry I don't have the whole error, but this seems to be the only pertinent
2
978
by: jester | last post by:
When creating an ASP.NET project on a Win2K3 machine, I get the following prompt <START_OF_PROMPT The default Web access mode for this project is set to file share but the project folder at 'http://localhost/myProj' cannot be opened with the path 'c:\inetpub\wwwroot\myProj'. The error returned was Unable to create Web project 'myProj'. The file path 'c:\inetpub\wwwroot\myProj' does not correspond to the URL 'http://localhost/myProj'. The...
4
2502
by: Nirbho | last post by:
Hi, I've got 2 web servers. I've installed my web app on both Win2K3 machines. It works on one and not the other. I noticed that server which has the problem didn't have ASP.NET installed, nor did it have the right web extentions in IIS6. But it still doesn't work after correcting these. I've tried the MSDN solution which is to change processMode/username to SYSTEM instead of machine (in the machine.config file) but that didn't help...
1
1518
by: | last post by:
I have an application that runs on mod_python/apache using the publisher handler. It uses an access db as the backend and connects via ADO. In a test environment on XP it runs fine, but when on a win2k3 server it will load one page, but all subsequent page loads throw a pythoncom.CoInitializeEX error until I restart the apache. Presumably, this is a threading issue, but I am not sure what the best approach to fixing it is. Should I...
2
1683
by: XLiang | last post by:
Hi all, Is there anyone experience install Oracle 8i on MS Win2k3? If yes, how can we bypass the error code that prevent installing. We have to change our application to a new server due to performance issue. Appreciate your suggestion.
7
1882
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net2.0 for a windows application. I call a C++ compile dll and it works fine in Win2K server but I get the follow error message when I run the same application on a win2k3 server. I use the Depends tool and found 3 ms lib used by this dll and I have those copied to my application folder when I install the application on the server but I'm still getting the error. Does anyone know how I can address this problem?...
1
2539
by: itskaps | last post by:
Hi all, My following program code works fine on win 2K server but the same is not working on win2K3 server. It's showing error as page cannot be displayed. After debugging, I found that fso.opentextfile is not working over win2k3. Can anybody pl. explain why it's not working and how to solve it? help reqd urgently pl. thx in advance. SearchDatabase <SCRIPT LANGUAGE=JScript>
2
3748
by: AlterEgo | last post by:
Hi all PHP newbie here, 1) I disabled IIS. 2) Loaded Apache 2.2.4 on Win2K3. 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, SOAP and ZIP extensions. Installers: apache_2.2.4-win32-x86-openssl-0.9.8d.msi php-5.2.4-win32-installer.msi
1
1736
by: mmark751969 | last post by:
I have a win2k3 server that i am going to need to upgrade to service pack 2. It is running sql server 2000(sem reports version 8.0 - i think that is sql server 2000). It has profiler and query analyzer running as well. Are there any caveats i need to be concerned about before installing win2k3 sp2 on a server with sql server 2000. Thanks
0
8370
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
8811
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
8704
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...
0
8590
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
7302
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
6160
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
5620
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();...
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1591
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.