Hi all, I posted this on the dotnet-web mailing list, but with no luck, so I'll try you guys instead.
I have a webservice that throws this exception here: "Server was unable to process request. --> Requested registry access is not allowed." The webmethod throwing up here inserts a record into an MS SQL server 2000 via a stored proc. I am not touching the registry, nor am I trying to write to the eventlog what so ever. just inserting a record via a stored proc. the sql-profiler does not help me either, except it shows that the stored proc is never executed. Platform is Windows 2003 srv, .NET 1.1. ASPNET account has the "system" privilege.(machine.config) Client invoking the webservice is XP pro. any suggestion on this one ? cheers @llan =================================== 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
