473,795 Members | 3,002 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_wp process starts with which users previlage ?

I need to give write permission to a XML file in an ASP.NET
application (Platform: Microsoft Windows Server 2003 - Visual Studio
2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp
process starts with which users previlage.
Nov 18 '05 #1
2 1377
Hi sarah5e,
application (Platform: Microsoft Windows Server 2003 - Visual Studio
2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp
process starts with which users previlage.
aspnet_wp.exe if viewed in the Windows Task Manager, the identity of this
process is set in the Machine.Config file found in the "CONFIG" subfolder of
your .NET Framework install directory
(c:\WINNT\Micro soft.NET\Framew ork\{Version Number}\CONFIG on Windows 2000
installations). The default account for the ASP.Net worker process is a
local account "ASPNET". This may vary for some users as this does not hold
true for all OS configurations or versions of the .Net Framework. This
account is most similar to the IWAM_MachineNam e account used by IIS. This
account will have very less previlages to the system resources.
I need to give write permission to a XML file in an ASP.NET

you may please take a look on "Authentica tion in ASP.NET: .NET Security
Guidance"
http://msdn.microsoft.com/library/de...haspdotnet.asp

Regards
Ashish M Bhonkiya

Nov 18 '05 #2
On Windows 2003/IIS 6.0 you should not see an aspnet_wp.exe process. ASP.NET
runs inside a w3wp.exe process, which has the process identity assigned to
the Web Application Pool that is being served by the w3wp.exe process. You
can check this identity in IIS Manager

The only time you would see an aspnet_wp.exe process is if you are running
IIS6.0 in IIS 5.0 Isolation Mode (which is a compatability mode that mimics
the way IIS 5.0 runs - it is not the default mode however).

Cheers
Ken

<sa*****@yahoo. com> wrote in message
news:4c******** *************** **@posting.goog le.com...
: I need to give write permission to a XML file in an ASP.NET
: application (Platform: Microsoft Windows Server 2003 - Visual Studio
: 2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp
: process starts with which users previlage.
Nov 18 '05 #3

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

Similar topics

3
5369
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server 2000 as a domain controller with IIS 5 (I know I shouldn't be doing this - just a test machine). I am using the default ASP.NET (v1.1) machine.config file..... <processModel..... userName="machine" password="AutoGenerate"..... />
3
4785
by: Luk | last post by:
Hi, we have got a problem with asp.net and we don't know what to do Usually aspnet_wp.exe under medium/high load uses a maximum of 40% cpu power. Suddently even when requests are not so high it starts using 100% cpu. Pages are so served in many seconds each (instead of few cents), process threads and memory grows for all user new requests due to the low speed or complete non working site. However we have not memory problems (there is...
2
953
by: sarah5e | last post by:
I need to give write permission to a XML file in an ASP.NET application (Platform: Microsoft Windows Server 2003 - Visual Studio 2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp process starts with which users privilege.
2
1520
by: Rob Meade | last post by:
Hi all, We have recently adopted to using .net for our web applications which were previously written in vanilla ASP. Things have been going ok until recently, or at least its only recently we've noticed the problems! It seems that from time to time our .net apps just stop responding, even if the server is rebooted when its all back up and running the apps will still
1
1127
by: Feng | last post by:
Hi, I am trying to debug an asp.net application problem: From time to time, the aspnet_wp process running on our web server suddenly goes up to 99% of CPU usage and since the app supports may users, we can't see what causing it. When that happens, all the users will experience an extramly slow response time (5 mintues or longer per page). But if I wait long enough, it will come back by itself. I am really having a hard time debugging...
2
2195
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around twice a day the aspnet_wp process takes 100% of the cpu and causes the whole website to come to a stand still. We then have to end the process for the website to become useable. Once the aspnet_wp process recycled itself and in the event logs it...
2
2000
by: Marcin Belczewski | last post by:
I have a problem with aspnet_wp.exe on my Windows XP. When I start any of my web applications, webservices or even try to create asp.net project under vs.net - aspnet_wp.exe process starts - consumes 50% of CPU and works for a long time doing nothing - web applications, vs.net seem to hang. After some time aspnet_wp.exe spawns and another aspnet_wp.exe consumes CPU without processing requests properly. Overnight I had 30 aspnet_wp...
3
3987
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. "aspnet_wp.exe (PID: xxxx) stopped unexpectedly" I am seeing the this error currently happen, but unlike the description in articles Q823409 or 821387, I am not downloading any large file .The error
2
1661
by: ruca | last post by:
Hi gurus, Can anyone tell me please when I really must setup the value of memory that aspnet_wp or w3wp must use in IIS server machine? What I mean is that we have clients that have diferent specificatiosn in their server machines that have IIS to runnning WebApplications. This can change for example in RAM memory that is available. One have 1GB, other 2GB and another 4GB. I.e., how can I know when I must change any configuration in...
0
9672
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
10439
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
10215
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
10001
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
9043
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...
0
6783
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();...
0
5437
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...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2920
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.