473,398 Members | 2,403 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,398 software developers and data experts.

<processModel>

Hi, all. I was recently told about changing the <processModel> tag in the
machine.config to allow the ASP.NET worker process to run as a system user.
It was supposed to clear up a problem I was having. I didn't want to do this
on a production server due to the security risks involved, but I did test
the theory on my local development machine. The problem went away, as
promised. However, I am now stuck with that change.

I reverted the <processModel> userName attribute back to "machine". I
restarted IIS. Yet, ASP.NET still runs as a system user. I can even write to
a file on the root of the C-drive from a web page. I've rebooted the
computer as well. Still, my web apps have full priviledges.

Can anyone tell me how I can revert my computer back to using the machine
(ASPNET) user account, as it once did?

Thank you in advance.

--
Matt Sollars
ma**@hypersite.net
-------------------
The Hypersite Network
2002 N. Salisbury Blvd.
Suite C
Salisbury, Maryland 21801
T: 410.749.2000
F: 410.219.3400
http://www.hypersite.net
Nov 17 '05 #1
8 1783
You may need to kill off the aspnet_wp process, which is independent of IIS,
in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Matt Sollars" <ma**@hypersite.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi, all. I was recently told about changing the <processModel> tag in the
machine.config to allow the ASP.NET worker process to run as a system user. It was supposed to clear up a problem I was having. I didn't want to do this on a production server due to the security risks involved, but I did test
the theory on my local development machine. The problem went away, as
promised. However, I am now stuck with that change.

I reverted the <processModel> userName attribute back to "machine". I
restarted IIS. Yet, ASP.NET still runs as a system user. I can even write to a file on the root of the C-drive from a web page. I've rebooted the
computer as well. Still, my web apps have full priviledges.

Can anyone tell me how I can revert my computer back to using the machine
(ASPNET) user account, as it once did?

Thank you in advance.

--
Matt Sollars
ma**@hypersite.net
-------------------
The Hypersite Network
2002 N. Salisbury Blvd.
Suite C
Salisbury, Maryland 21801
T: 410.749.2000
F: 410.219.3400
http://www.hypersite.net

Nov 17 '05 #2
You may need to kill off the aspnet_wp process, which is independent of IIS,
in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Matt Sollars" <ma**@hypersite.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi, all. I was recently told about changing the <processModel> tag in the
machine.config to allow the ASP.NET worker process to run as a system user. It was supposed to clear up a problem I was having. I didn't want to do this on a production server due to the security risks involved, but I did test
the theory on my local development machine. The problem went away, as
promised. However, I am now stuck with that change.

I reverted the <processModel> userName attribute back to "machine". I
restarted IIS. Yet, ASP.NET still runs as a system user. I can even write to a file on the root of the C-drive from a web page. I've rebooted the
computer as well. Still, my web apps have full priviledges.

Can anyone tell me how I can revert my computer back to using the machine
(ASPNET) user account, as it once did?

Thank you in advance.

--
Matt Sollars
ma**@hypersite.net
-------------------
The Hypersite Network
2002 N. Salisbury Blvd.
Suite C
Salisbury, Maryland 21801
T: 410.749.2000
F: 410.219.3400
http://www.hypersite.net

Nov 17 '05 #3
Hi, Chris:

Thanks for the reply.

Shouldn't rebooting the computer (several times) take care of that?

Matt

"Chris Jackson" <ch****@mvps.org> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
You may need to kill off the aspnet_wp process, which is independent of IIS,
in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Nov 17 '05 #4
Hi, Chris:

Thanks for the reply.

Shouldn't rebooting the computer (several times) take care of that?

Matt

"Chris Jackson" <ch****@mvps.org> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
You may need to kill off the aspnet_wp process, which is independent of IIS,
in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Nov 17 '05 #5
Are you sure you are modifying the correct machine.config ??
YES: If you have two frameworks 1.0 and 1.1 then each framework will have
its own machine.config.
check that out
is it cached?
doublicate your machine.config and name the old one xxxmachine.config
rename the Copy of machine.config to machine.config
what happens??
"Matt Sollars" <ma**@hypersite.net> wrote in message
news:eV**************@TK2MSFTNGP10.phx.gbl...
Hi, Chris:

Thanks for the reply.

Shouldn't rebooting the computer (several times) take care of that?

Matt

"Chris Jackson" <ch****@mvps.org> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
You may need to kill off the aspnet_wp process, which is independent of IIS, in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--

Nov 17 '05 #6
Are you sure you are modifying the correct machine.config ??
YES: If you have two frameworks 1.0 and 1.1 then each framework will have
its own machine.config.
check that out
is it cached?
doublicate your machine.config and name the old one xxxmachine.config
rename the Copy of machine.config to machine.config
what happens??
"Matt Sollars" <ma**@hypersite.net> wrote in message
news:eV**************@TK2MSFTNGP10.phx.gbl...
Hi, Chris:

Thanks for the reply.

Shouldn't rebooting the computer (several times) take care of that?

Matt

"Chris Jackson" <ch****@mvps.org> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
You may need to kill off the aspnet_wp process, which is independent of IIS, in order to get the changes to "take."

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--

Nov 17 '05 #7
I've seen people mistake the syntax comments about processModel for the actual
node. Not saying you changed it back in the wrong place, but it might be worth
a check. Also, if you're running .Net 1.0 and 1.1 you'll want to be sure you
dealing with the correct machine.config each time.
--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/se...s/ms03-026.asp

"Matt Sollars" <ma**@hypersite.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi, all. I was recently told about changing the <processModel> tag in the
machine.config to allow the ASP.NET worker process to run as a system user.
It was supposed to clear up a problem I was having. I didn't want to do this
on a production server due to the security risks involved, but I did test
the theory on my local development machine. The problem went away, as
promised. However, I am now stuck with that change.

I reverted the <processModel> userName attribute back to "machine". I
restarted IIS. Yet, ASP.NET still runs as a system user. I can even write to
a file on the root of the C-drive from a web page. I've rebooted the
computer as well. Still, my web apps have full priviledges.

Can anyone tell me how I can revert my computer back to using the machine
(ASPNET) user account, as it once did?

Thank you in advance.

--
Matt Sollars
ma**@hypersite.net
-------------------
The Hypersite Network
2002 N. Salisbury Blvd.
Suite C
Salisbury, Maryland 21801
T: 410.749.2000
F: 410.219.3400
http://www.hypersite.net

Nov 17 '05 #8
I've seen people mistake the syntax comments about processModel for the actual
node. Not saying you changed it back in the wrong place, but it might be worth
a check. Also, if you're running .Net 1.0 and 1.1 you'll want to be sure you
dealing with the correct machine.config each time.
--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/se...s/ms03-026.asp

"Matt Sollars" <ma**@hypersite.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi, all. I was recently told about changing the <processModel> tag in the
machine.config to allow the ASP.NET worker process to run as a system user.
It was supposed to clear up a problem I was having. I didn't want to do this
on a production server due to the security risks involved, but I did test
the theory on my local development machine. The problem went away, as
promised. However, I am now stuck with that change.

I reverted the <processModel> userName attribute back to "machine". I
restarted IIS. Yet, ASP.NET still runs as a system user. I can even write to
a file on the root of the C-drive from a web page. I've rebooted the
computer as well. Still, my web apps have full priviledges.

Can anyone tell me how I can revert my computer back to using the machine
(ASPNET) user account, as it once did?

Thank you in advance.

--
Matt Sollars
ma**@hypersite.net
-------------------
The Hypersite Network
2002 N. Salisbury Blvd.
Suite C
Salisbury, Maryland 21801
T: 410.749.2000
F: 410.219.3400
http://www.hypersite.net

Nov 17 '05 #9

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

Similar topics

3
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...
0
by: Christian Binder | last post by:
Hi folks. got a problem: i want to connect to an access db which is located on a network drive (seperate server). The server's name, where the access db is located, is "SERVER001" and the server,...
0
by: Matt Sollars | last post by:
Hi, all. I was recently told about changing the <processModel> tag in the machine.config to allow the ASP.NET worker process to run as a system user. It was supposed to clear up a problem I was...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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,...
0
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,...
0
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...
0
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...
0
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...
0
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,...

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.