By default, IIS 6.0 Windows 2003 Server uses "Network Service" account and runs in the "Internet Information Services (IIS) 6.0 worker process isolation mode." This account and process isolation setting is supposed to be "more secure" than the ASPNET account used in IIS 5 and isolation mode. There is more explanation on http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/default.mspx. I suggest running IIS with a "Local System" account or in IIS 5.0 isolation mode, especially if the problem cannot be reproduced under XP (pre SP2) or Windows 2000.
----- Original Message ----- From: "Allan N." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 6:09 PM Subject: Re: [ADVANCED-DOTNET] SoapException "Requested registry access is not allowed".
hi,Just a long shot, but are u using any licensing sofware ???? Or anything that internally calls a FullSecurityDemand?? We have had problems with these pieces of code. Internally they demand all permissions(?) or they store some kind of state messages in registry.
well UI components from Infragistics, but that is on the client side only so this should be the case....
The webservice simply calls into a layer that executes a stored proc, it works from the server, but not from any client in the LAN or outside the LAN/WAN.
I slowly begin to suspect that perhaps the input params to the stored proc is not formatted correct, I mean that is the last stop in the foodchain before throwing up, but what that has todo with the "registry" ????
damn I hate deadlines :)
=================================== This list is hosted by DevelopMentor® http://www.develop.com Some .NET courses you may be interested in:
Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet
View archives and manage your subscription(s) at http://discuss.develop.com
=================================== This list is hosted by DevelopMentor® http://www.develop.com Some .NET courses you may be interested in:
Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet
View archives and manage your subscription(s) at http://discuss.develop.com
