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

processModel userName="MyDomain\UserName"

Greetings,

I apologize for the cross post I posted previously to .Net Framework with no
replies...
I have an application server that potentially will service all enterprise
applications from the context of business components.. The components that
will run on this machine in some circumstances could be very far reaching
and require much more access than just the local system account could
provide. I am considering creating a application services account in the
domain and having the .Net framework run in the context of that account on
machines that need to participate in enterprise application operations.
Could someone point me in the right direction or provide some feedback as to
why this would or would not be a good idea...? Or possibly suggest another
solution.. I'll also add that I've been through Microsofts best practices
white papers and don't recall reading anything in there about such a
requirement...

Thanks,

Dan B
Jul 21 '05 #1
4 2126
Hi Dan,

In the context of the domain of your question I am having to be very
enterprising, on account of the abstract circumstance of the components of
your query, in understanding how I can participate in the servicing of same.

Do you think you could rephrase the question with fewer marketing terms?
;-)

Regards,
Fergus
MVP [Windows Start button, Shutdown dialogue]

Jul 21 '05 #2
Cor
Hi Alien,

When I did understand you right, than I think this isn't a good idea.

You are not the first one who has these thoughts, but it will take a lot of
effort and a lot of sleepless nights to manage it.

You have to keep track of all the computers that are used for your central
processing. A simple power break on a client computer can mean a total
disaster on an essential process.

This is the total opposite from the mainframe thinking and I like this, but
it is from the time that the server hardware was very expensive. Today the
software and keeping things up is mostly much more expensive than a piece of
hardware (when you are situated in a western country and after sometime I
hope everywhere).

The new operating systems are made for clustering servers and load balancing
the processing.
Maybe that did give you the idea; "why not make from my client computers
servers". Maybe it is technical possible, but my thought about it did you
read above.

I would go in your situation to the clustering model of servers. That is
manageable and extensible; to be dependable of client computers, who can be
plugged of just for fun, will give you probably very much nights of bad
sleeping.

Just some thoughts,

Cor

Jul 21 '05 #3
We have had to use a domain\username in the processModel element because, in
a domain, the machine account (ASPNET) doesn't like to work. We still use
this account name (ourdomain\ASPNET) but have further restricted it
massively. Don't let it have anything more than it needs (i.e., taking the
defaults).

If you're dealing with enterprise applications and want to run something in
the logged-in user contect (via Kerberos (.NET 1.1) or NTLM (1.0+), then set
the <identity impersonate="true"/> and the context will impersonate the
user, giving you further control on resources.

I'm not sure this answers your question, but I hope it leads you in the
right direction.

--
Heath Stewart
Senior Software Architect
Proplanner.NET: Web-based Production Planning Solutions
http://www.proplanner.net
Jul 21 '05 #4
It does help.. thank you!!

"Heath Stewart" <no*************@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
We have had to use a domain\username in the processModel element because, in a domain, the machine account (ASPNET) doesn't like to work. We still use
this account name (ourdomain\ASPNET) but have further restricted it
massively. Don't let it have anything more than it needs (i.e., taking the
defaults).

If you're dealing with enterprise applications and want to run something in the logged-in user contect (via Kerberos (.NET 1.1) or NTLM (1.0+), then set the <identity impersonate="true"/> and the context will impersonate the
user, giving you further control on resources.

I'm not sure this answers your question, but I hope it leads you in the
right direction.

--
Heath Stewart
Senior Software Architect
Proplanner.NET: Web-based Production Planning Solutions
http://www.proplanner.net

Jul 21 '05 #5

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

Similar topics

5
by: alien2_51 | last post by:
Greetings, I apologize for the cross post I posted previously to .Net Framework with no replies... I have an application server that potentially will service all enterprise applications from...
8
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...
2
by: jzink | last post by:
Trying to run a sample provided on the microsoft to help me determine my memory issues on iis6/2003 server Here is the error I am getting [HttpException (0x80004005): Process information is...
3
by: Wm. Scott Miller | last post by:
What is the difference between using a username and password in the processmodel section vs using one in impersonation in the machine.config file? What are the advantages of each and what are the...
5
by: Matt Hasselback | last post by:
Heres the brief. i'm trying to specify a domain level account to run a SPECIFIC website with, so that I can access network resources, fileshare directories, etc. MY STEPS 1.) i changed my...
0
by: ruca | last post by:
Hi, Can I define something like processModel that exist in Machie.config for one and only one WebApplication using IIS 5.1?!??!?!? For example define something in Web.config. I know that I can...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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
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.