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

What's so special about IIS_USR?

Is there anything special about the IIS_USR created by Windows for the
anonymous IIS user? I see that it's merely part of the 'Guest Users' group.
Is there anything else that sets it apart? Can I just make my own user, add
it to the 'Guest Users' group and replace the IIS_USR with it with no
ill-effects?
** Posted from http://www.teranews.com **
Aug 2 '08 #1
1 4713
"Dale Harris" <no****@harriscorp.comwrote in message
news:a5******************@news.teranews.com...
Is there anything special about the IIS_USR created by Windows for the
anonymous IIS user? I see that it's merely part of the 'Guest Users'
group.
It's an account with just enough permissions and privileges to process
incoming HttpRequests and serve outgoing HttpResponses.
Is there anything else that sets it apart?
Not really, other than that the above is pretty much all it can do...
Can I just make my own user, add it to the 'Guest Users' group and replace
the IIS_USR with it with no ill-effects?
Yes you can. In fact, if you need your web app to do anything which requires
anything more than the most basic permissions, you'll have to modify it
anyway. E.g. if you need your app to query Active Directory, it will need to
run in the context of an account which is a member at least of the Domain
Users group...

Some people typically create a user account just for web apps and assign it
more granular permissions, then make the whole web app run in the context of
that user account.

Alternatively, it's possible to make individual pages / functions run in the
context of a different account so that only those portions of the web app
which require elevated privileges are affected.

http://www.google.co.uk/search?sourc...+impersonation
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 2 '08 #2

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

Similar topics

26
by: Steven Bethard | last post by:
I thought it might be useful to put the recent lambda threads into perspective a bit. I was wondering what lambda gets used for in "real" code, so I grepped my Python Lib directory. Here are some...
92
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption?...
70
by: Roy Yao | last post by:
Does it mean "(sizeof(int))* (p)" or "sizeof( (int)(*p) )" ? According to my analysis, operator sizeof, (type) and * have the same precedence, and they combine from right to left. Then this...
10
by: Johnny Lee | last post by:
Hi, I'm new in python and I was wondering what's the difference between the two code section below: (I) class TestResult: _pass_ = "pass" _fail_ = "fail" _exception_ = "exception"
24
by: David Mathog | last post by:
If this: int i,sum; int *array; for(sum=0, i=0; i<len; i++){ sum += array; } is converted to this (never mind why for the moment):
10
by: Fei Li | last post by:
Hi, If I'm not stupid for this, then the design of FolderBrowserDialog is very stupid. It only allow to strat browing from several predefined folder(Environment.SpecialFolder). What can I do if...
6
by: sviau | last post by:
http://www.mls.ca/PropertyDetails.aspx?vd=&SearchURL=%3fMode%3d0%26Page%3d1%26vs%3d1%26rlt%3d%26cp%3d%26pt%3d1%26mp%3d0-0-0%26mrt%3d-1-0-0%26Beds%3d0-0%...
5
by: Cylix | last post by:
this.menus = { root: new Array };
0
by: George Orwell | last post by:
Is there anything special about the IIS_USR created by Windows for the anonymous IIS user? I see that it's merely part of the 'Guest Users' group. Is there anything else that sets it apart? Can I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
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
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,...

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.