Here is the stack trace
[SoapException: Server was unable to process request. --> Requested registry
access is not allowed.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall) +1496
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +218
Fleet.LDAP.AuthenticationServices.getUserInfo(String userName) +48
Fleet.MileageForm.Page_Load(Object sender, EventArgs e) +90
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
message news:
[email protected]...
Brian,
Can you give the call stack? This will give a little more information
that will make it easier to determine what the problem is.
Also, are you running under a different account other than the ASPNET
account?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Brian Conway said:
Can anyone help on this error? I can't find anything on it and not sure
what it means
Server was unable to process request. --> Requested registry access is not
allowed.
This error happens when I try to use a Server.Transfer to another webform.