Are you using Integrated Windows Authentication to connect to your SQL
Server? If so, then try using SQL Server authentication.
You can also impersonate the web application to be running under specific
user account by using <identity impersonate="true" userName="xxx"
password="xxx" /> in your web.config file.

Santanu


-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Allan N.
Sent: Thursday, September 23, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] SoapException "Requested registry access is
not allowed".


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

===================================
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

Reply via email to