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

Home Posts Topics Members FAQ

ASP .NET on Win 2003 Standard + Domain Controller with Active Directory : Temporary folder-Access denied

Hello,
For some test, I have setup one computer with Win 2003 Standard + IIS +
Active Directory

My problem is Access to the path
"c:\windows\mic rosoft.NET\fram ework\v1.1.4322 \temporary ASP.NET Files\...."
is denied

when I'm trying to use a .NEt application

I have found on microsoft msdn support site

http://msdn.microsoft.com/library/de...et_on_a_dc.asp

I have applied this work around. But it seem that this work around doesn't
work on Win 2003
I receive always
Access to the path "c:\windows\mic rosoft.NET\fram ework\v1.1.4322 \temporary
ASP.NET Files\...." is denied

I have also try to update the machine.config with a admin user but same
problem

Someone have an idea for me ?

Thanks in advance

Juleke


Nov 18 '05 #1
2 1376
Yep

I just built a Windows 2003 + IIS6 + Visual Studio 2003. Added the
QuickStart apps in the Framework 1.1 and tried to run the QuickStart
samples. Got exactly the same error message. Seem that ASP.NET runs
under the NETWORK SERVICE account on Win 2003. I went to the
"\Temporary ASP.NET Files" folder and added the NETWORK SERVICE
account and gave it Full Control. Bingo it worked. I think ASP.NET
makes some temporary foldres under this folder. Give it a try and let
me know how it works.

Paul Sullivan
On Sun, 11 Apr 2004 23:58:33 +0200, "Juleke" <Ju********@Hot mail.com>
wrote:
Hello,
For some test, I have setup one computer with Win 2003 Standard + IIS +
Active Directory

My problem is Access to the path
"c:\windows\mi crosoft.NET\fra mework\v1.1.432 2\temporary ASP.NET Files\...."
is denied

when I'm trying to use a .NEt application

I have found on microsoft msdn support site

http://msdn.microsoft.com/library/de...et_on_a_dc.asp

I have applied this work around. But it seem that this work around doesn't
work on Win 2003
I receive always
Access to the path "c:\windows\mic rosoft.NET\fram ework\v1.1.4322 \temporary
ASP.NET Files\...." is denied

I have also try to update the machine.config with a admin user but same
problem

Someone have an idea for me ?

Thanks in advance

Juleke


Nov 18 '05 #2
Hello,

Thank you for your help,

Bingo, I have add Network Service to \Temporary ASP.NET Files" folder and
it's works.

Have a nice day

Juleke

"Paul Sullivan" <pa************ *********@world net.att.net> wrote in message
news:a5******** *************** *********@4ax.c om...
Yep

I just built a Windows 2003 + IIS6 + Visual Studio 2003. Added the
QuickStart apps in the Framework 1.1 and tried to run the QuickStart
samples. Got exactly the same error message. Seem that ASP.NET runs
under the NETWORK SERVICE account on Win 2003. I went to the
"\Temporary ASP.NET Files" folder and added the NETWORK SERVICE
account and gave it Full Control. Bingo it worked. I think ASP.NET
makes some temporary foldres under this folder. Give it a try and let
me know how it works.

Paul Sullivan
On Sun, 11 Apr 2004 23:58:33 +0200, "Juleke" <Ju********@Hot mail.com>
wrote:
Hello,
For some test, I have setup one computer with Win 2003 Standard + IIS +
Active Directory

My problem is Access to the path
"c:\windows\mi crosoft.NET\fra mework\v1.1.432 2\temporary ASP.NET Files\...."is denied

when I'm trying to use a .NEt application

I have found on microsoft msdn support site


http://msdn.microsoft.com/library/de...-us/wss/wss/_e

xch2k_running_a sp_net_on_a_dc. asp

I have applied this work around. But it seem that this work around doesn'twork on Win 2003
I receive always
Access to the path "c:\windows\mic rosoft.NET\fram ework\v1.1.4322 \temporaryASP.NET Files\...." is denied

I have also try to update the machine.config with a admin user but same
problem

Someone have an idea for me ?

Thanks in advance

Juleke

Nov 18 '05 #3

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

Similar topics

2
4467
by: Frank | last post by:
I have observed that a temporary loss of a domain controller can cause problems creating new ado connections between a client machine running ado and a separate sql server machine that are members of the domain. I understand why this happens when creating connections with windows authentication. What is a mystery is that it also sometimes effects new connections that use "sql authentication". Below is a description of my test scenario. ...
0
1036
by: Russell | last post by:
Hello everybody, I'm the administrator of our network and we have a problem with our Windows server 2003 standard. Recently I've installed the server on our network and promoted it to domain controller. Everything works fine. Our R&D department is developing a program that's created with c-sharp and runs in .NET (I hope my explanation is correct, because I'm not familiair with programming!)
0
1009
by: Kalash | last post by:
I want to enable frontpage extension but is there anyway to create the frontpage group (admin, advauthor, contributor, etc.) in domain controller (put in active directory) instead of local account? and need to be able to rename the group name to something else instead of something like OWS_1523456012_author. I will need to code this in C# ASP.NET. For now, I use "owsadm.exe -o install ..." to enable frontpage extension using...
4
1828
by: Peter Steele | last post by:
I've found some VB code to query a domain controller to return the list of all computers in that domain. The VB code is reasonably straightforward (see below). How do I do the equivalent in C++? I've done a lot of searches and haven't come up with much useful information. Any pointers would be appreciated: Public Function GetDomainComputers(ByVal strDomain) Dim objIADsContainer ' ActiveDs.IADsDomain - Dim objIADsComputer ...
0
1493
by: Richard | last post by:
First some background... I have an application whereby I send a mail, attach some attachments stored in the windows/temp directory and then send them. This works fine on 2 servers both are not Domain controllers and therefore run under the ASPNET userID. I have one server (the live one) which is a domain controller and therefore has to run using the IWAM_ account this makes things complicated and I have had other issues with security...
1
1987
by: RedEagle | last post by:
Hi all, I have the following problem with ASP.NET running on Windows 2003. My configuration is: 1) Windows 2003 Server Standard 2) ASP.NET running in IIS5 Isolation mode (aspnet_wp.exe is alive and kicking) 3) .NET Framework v1.1.4322 (updated by Windows update) 4) My application running on d:\myapp directory (not c:\Inetpub)
4
3017
by: ttan | last post by:
Hello, I'm writing a C# program on setting security for domain controller. what's a function call or class that apply for the security setting? is there a sample code? Here are the list of what I want to do: -Administrative tools -Domain controller security policy -Security setting -IP security policies on Active Directory
1
1552
by: Akmal Badie | last post by:
Hi Every One; Just I Want To Know If any One Can Help Me In This Problem, I Have Domain Controller Active Directory 2003 & I Have 50 Domain User Accounts (Domain User Privilege Account) They Can Loggen Successfully, My Problem Is no one of these accounts can create shared folder & i want to grant them The Necessary Only permession To Make It. What Should I Do. ...
0
2877
JamieHowarth0
by: JamieHowarth0 | last post by:
Hi guys, Up until 3 weeks ago I was running a Microsoft Windows Server 2003 R2 Enterprise Edition Beta from home on an ADSL connection with dynamic IP absolutely fine - until the beta decided to expire. I have since upgraded to a valid licensed copy but because the "upgrade" option wasn't given to me I had to do a clean install - so format and re-install my hard disk. Fortunately, I was clever and stored all my vitals - mailbox database,...
1
1130
by: =?Utf-8?B?TXVoYW1tYWQgTmFkZWVtIEFobWVk?= | last post by:
The RID pool has exhausted and when ntdsutil.exe is used to seize the role it says that it already has the role. No other domain controller is running.Netdom.exe shows all five roles contained by the same domain controller. when try to create a user it returns an erron message saying "RID pool has exhausted...." when click OK the AD console hangs up and all communication with this DC is stopped and it needs to be restarted to restore...
0
9643
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
10147
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
10087
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,...
0
9947
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...
1
7496
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
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4046
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
2877
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.