Click to See Complete Forum and Search --> : IIS Hangs....


HackersInc
May 25th, 2005, 09:24 AM
Has anyone seen IIS Hang when a COM Object makes a call to a SQL Database on 2003 Server?

HackersInc
May 27th, 2005, 01:09 PM
It appears that IIS 6.0 in Win2k3 has a new user, NETWORK SERVICE. It is similiar to LOCAL SERVICE but doesn't have as many rights as there is a ton of new security (LOL) in the new OS. With all that security, when a COM Object builds a URL to contact another COM object via IIS, you have to give the Anonymous user more rights. I gave Admin rights and it worked, i.e IIS not hanging when I made a call to connect to the database; but that certainly won't fly at Customer sites so I have to figure out the least amout of rights allowed. I will post what they are when I figure it out if there is interest?

Peace,
HackersInc

cherish
May 27th, 2005, 08:38 PM
Hi HackersInc,

Please do post whatever you have found out. I am interested to know. Thanks!