473,385 Members | 1,523 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,385 software developers and data experts.

ASP.NET error (beginner)

The ASP.NET account needs access to the following
directory: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET
Files

Locate the folder in Windows Explorer, right-click on the
file and select the Security tab. Then add the ASP.NET
user and check Full Access.

After you fix this for the "\Temporary ASP.NET files"
folder it may pop up again with some other folders. Read
and Execute permission should do it for the others.
-----Original Message-----
Hi,

I have just attempted to create an asp.net page in VS2003. I am hosting onW2k3 server which is a domain controller. I am told that there is a settingI need to change in order to resolve this problem but do not know whichsetting. Any help?

The error is as follows:
Server Error in '/ancl' Application.
---------------------------------------------------------- ----------------------

Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\TemporaryASP.NET Files\ancl\6e872414\ef1412c7" is denied.
Description: An unhandled exception occurred during the execution of thecurrent web request. Please review the stack trace for more informationabout 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\Tem porary ASP.NETFiles\ancl\6e872414\ef1412c7" is denied.

ASP.NET is not authorized to access the requested resource. Considergranting access rights to the resource to the ASP.NET request identity.ASP.NET has a base process identity (typically {MACHINE} \ASPNET on IIS 5 orNetwork Service on IIS 6) that is used if the application is notimpersonating. If the application is impersonating via <identityimpersonate="true"/>, the identity will be the anonymous user (typicallyIUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer,choose "Properties" and select the Security tab. Click "Add" to add theappropriate user or group. Highlight the ASP.NET account, and check theboxes for the desired access.

Source Error:

An unhandled exception was generated during the execution of thecurrent web request. Information regarding the origin and location of theexception can be identified using the exception stack trace below.
Stack Trace:

[UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary ASP.NETFiles\ancl\6e872414\ef1412c7" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +393 System.IO.Directory.InternalCreateDirectory(String fullPath, String path)+632
System.IO.Directory.CreateDirectory(String path) +195
System.Web.Compilation.PreservedAssemblyEntry.DoFi rstTimeIn
it(HttpContextcontext) +85

System.Web.Compilation.PreservedAssemblyEntry.Ens ureFirstT imeInit(HttpContext context) +97

System.Web.Compilation.PreservedAssemblyEntry.Get Preserved AssemblyEntry(HttpContext context, String virtualPath, Boolean fApplicationFile) +29 System.Web.UI.TemplateParser.GetParserCacheItemFro mPreserve
dCompilation()+91
System.Web.UI.TemplateParser.GetParserCacheItemInt ernal (BooleanfCreateIfNotFound) +148
System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfi
gPath() +125 System.Web.UI.TemplateParser.GetParserCacheItem() +88
System.Web.UI.ApplicationFileParser.GetCompiledApp licationT
ype(StringinputFile, HttpContext context, ApplicationFileParser& parser) +168 System.Web.HttpApplicationFactory.CompileApplicati on (HttpContext context)+43
System.Web.HttpApplicationFactory.Init(HttpContext context) +485 System.Web.HttpApplicationFactory.GetApplicationIn stance
(HttpContextcontext) +170
System.Web.HttpRuntime.ProcessRequestInternal (HttpWorkerRequest wr) +414
---------------------------------------------------------- ----------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NETVersion:1.1.4322.573
.

Jul 19 '05 #1
1 6666
How do you assign rights to the NEWORK SERVICE user, it does not show up in
any lists.
"AlexB" <ab*******@fresno.ca.gov> wrote in message
news:03****************************@phx.gbl...
The ASP.NET account needs access to the following
directory: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET
Files

Locate the folder in Windows Explorer, right-click on the
file and select the Security tab. Then add the ASP.NET
user and check Full Access.

After you fix this for the "\Temporary ASP.NET files"
folder it may pop up again with some other folders. Read
and Execute permission should do it for the others.
-----Original Message-----
Hi,

I have just attempted to create an asp.net page in

VS2003. I am hosting on
W2k3 server which is a domain controller. I am told that

there is a setting
I need to change in order to resolve this problem but do

not know which
setting. Any help?

The error is as follows:
Server Error in '/ancl' Application.
----------------------------------------------------------

------------------
----

Access to the

path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary
ASP.NET Files\ancl\6e872414\ef1412c7" 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\Tem porary

ASP.NET
Files\ancl\6e872414\ef1412c7" is denied.

ASP.NET is not authorized to access the requested

resource. Consider
granting access rights to the resource to the ASP.NET

request identity.
ASP.NET has a base process identity (typically {MACHINE}

\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application

is not
impersonating. If the application is impersonating via

<identity
impersonate="true"/>, the identity will be the anonymous

user (typically
IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the

file in Explorer,
choose "Properties" and select the Security tab.

Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account,

and check the
boxes for the desired access.

Source Error:

An unhandled exception was generated during the

execution of the
current web request. Information regarding the origin and

location of the
exception can be identified using the exception stack

trace below.

Stack Trace:

[UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary

ASP.NET
Files\ancl\6e872414\ef1412c7" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String

str) +393
System.IO.Directory.InternalCreateDirectory(String

fullPath, String path)
+632
System.IO.Directory.CreateDirectory(String path) +195

System.Web.Compilation.PreservedAssemblyEntry.DoFi rstTimeIn
it(HttpContext
context) +85

System.Web.Compilation.PreservedAssemblyEntry.Ens ureFirstT

imeInit(HttpContex
t context) +97

System.Web.Compilation.PreservedAssemblyEntry.Get Preserved

AssemblyEntry(Http
Context context, String virtualPath, Boolean

fApplicationFile) +29

System.Web.UI.TemplateParser.GetParserCacheItemFro mPreserve
dCompilation()
+91
System.Web.UI.TemplateParser.GetParserCacheItemInt ernal

(Boolean
fCreateIfNotFound) +148

System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfi
gPath() +125
System.Web.UI.TemplateParser.GetParserCacheItem() +88

System.Web.UI.ApplicationFileParser.GetCompiledApp licationT
ype(String
inputFile, HttpContext context, ApplicationFileParser&

parser) +168
System.Web.HttpApplicationFactory.CompileApplicati on

(HttpContext context)
+43
System.Web.HttpApplicationFactory.Init(HttpContext

context) +485

System.Web.HttpApplicationFactory.GetApplicationIn stance
(HttpContext
context) +170
System.Web.HttpRuntime.ProcessRequestInternal

(HttpWorkerRequest wr) +414

----------------------------------------------------------

------------------
----
Version Information: Microsoft .NET Framework

Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
.

Jul 19 '05 #2

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

Similar topics

8
by: Grrrbau | last post by:
I'm a beginner. I'm looking for a good C++ book. Someone told me about Lafore's "Object-Oriented Programming in C++". What do you think? Grrrbau
7
by: Rensjuh | last post by:
Hello, does someone have / know a good C++ tutorial for beginnners? I would prefer Dutch, but English is also fine. Hoi, heeft / kent iemand nog een goede C++ tutorial voor beginners? Het liefste...
2
by: Andy K | last post by:
Hi everyone , I'm getting a small error with db2 . I have been looking for it on internet and found almost nothing (some webpage without any answer) . Small recap : My db2 is a 7.x with a...
7
by: Yongsub Eric Shin | last post by:
Hi. I'm just a beginner in ASP.Net. I started writing codes and I keep on getting this Runtime Error page, where it says "Description: An application error occurred on the server. The current...
27
by: MHoffman | last post by:
I am just learning to program, and hoping someone can help me with the following: for a simple calculator, a string is entered into a text box ... how do I prevent the user from entering a text...
18
by: mitchellpal | last post by:
Hi guys, am learning c as a beginner language and am finding it rough especially with pointers and data files. What do you think, am i being too pessimistic or thats how it happens for a beginner?...
9
by: Prasad | last post by:
HI, I am a beginner in VC++.. I am trying to write a Win32 console application in visual studio.. I am using following header files.. #include <STRING> using namespace std; #include...
16
by: Jdban101 | last post by:
I am working on my second program ever, so bear with me. When I try to compile it, I get two error messages(sort of 3): In function `int main()': line 6: `endl' undeclared (first use this...
22
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php...
4
by: Thomas Guettler | last post by:
Hi, why does Python only raise ImportError if it fails caused by a recursive import? I know what's wrong. But I guess many beginner don't know what's wrong. I don't want much, just...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.