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

Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary ASP.NET Files\sitio\16a5fc06\770e5f27" is denied.

Hi, I have Windows 2000 SP4. is domain controller.
and Visual studio 2003

I get the error:
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary
ASP.NET Files\sitio\16a5fc06\770e5f27" is denied.
when I try to acces to the site.

Please I need Help.

Thanks.


Nov 19 '05 #1
3 2422
Allow read privileges to the account
which ASP.NET is running under to :

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry ASP.NET Files\

You should be aware that running ASP.NET on a domain controller
is not exactly the best environment to run ASP.NET in.

To provide a valid user account on the domain controller, you must specify an
explicit account in the <processModel> section of the Machine.config file,
or you must use the SYSTEM account.

See http://support.microsoft.com/default...b;en-us;315158
to learn how to change the default account ASP.NET runs under,
so that running in a domain controller isn't troublesome.


Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"Alejandro Becker" <be*****@fibertel.com.ar> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Hi, I have Windows 2000 SP4. is domain controller.
and Visual studio 2003

I get the error:
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary
ASP.NET Files\sitio\16a5fc06\770e5f27" is denied.
when I try to acces to the site.

Please I need Help.

Thanks.

Nov 19 '05 #2
Juan T. Llibre wrote:
Allow read privileges to the account
which ASP.NET is running under to :

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry ASP.NET Files\


ASPNET should have full control on this folder. This is where ASP.NET
compiles its assemblies. It needs Write access.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #3
I must have been sleeping when I wrote that... ;-)

The complete required permissions for all the physical
directories which the ASP.NET account needs is at :

http://msdn.microsoft.com/library/de...l/secmod15.asp

Thanks!

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"JIMCO Software" <co*******@jimcosoftware.com> wrote in message
news:e%****************@tk2msftngp13.phx.gbl...
Juan T. Llibre wrote:
Allow read privileges to the account
which ASP.NET is running under to :

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry ASP.NET Files\
ASPNET should have full control on this folder. This is where ASP.NET compiles its
assemblies. It needs Write access.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003

Nov 19 '05 #4

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

Similar topics

1
by: ±ù÷¢ | last post by:
I have a standard vb crystal reports viewer control on a web form with just the one simple report bound to it. when I run the project I get the following error: ACCESS TO THE PATH...
1
by: Scott Vercuski | last post by:
Everyone, I'm lost as to why I'm getting the following Error message on my ..NET application. Here's the error message I'm getting: ...
2
by: Jenna | last post by:
In my test form, WebForm1.aspx.vb, this code successfully connects to the remote registry: Try Dim RegTo As Microsoft.Win32.RegistryKey =...
2
by: P Adhia | last post by:
Hi, I am trying to understand why following simple query is running very slow (33 hours) select ROW_ID , a.CREATED , a.CREATED_BY , a.LAST_UPD , a.LAST_UPD_BY
2
by: hsphuah | last post by:
I had looked a few previous posted newsgroup and tried a few of the suggestions by different users. None of them work. I hope that someone can help on my issue. For your information, my laptop...
2
by: jafastinger | last post by:
I have a large union. If I break it into its individual parts they all run quick. The longest is the last select it takes 2 minutes to fetch all rows. When I run the query below it does not...
0
by: db2query | last post by:
Hello Guys, Am posting two queries here which are exactly same except for an always false condition( 0 = 1) to influence the access path selection, to my surprise i am getting 183 records if the...
1
by: dotnetuser1 | last post by:
hai to every body, when i am uploding the image into the .net application i am getting the following error. "Access to the path 'C:\ident_oct06\UserImages\kat75a.jpg' is denied." please...
6
by: =?Utf-8?B?UGF1bA==?= | last post by:
I am getting an "Access to the path "xxxx" is denied error. I believe is because the file that I am writing to programatically is being read/written to by another end user. These files have the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...

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.