ERROR ERROR ERROR

  • Thread starter Thread starter Brian Conway
  • Start date Start date
B

Brian Conway

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.
 
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?
 
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


Nicholas Paldino said:
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.
 
oops, no I am only running under ASPNET


Nicholas Paldino said:
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.
 
Brian,

It seems that you are getting an error from the web service, and not
from trying to call the web service itself. I would look at the web service
(or contact who is running it), and inform them of the error. It doesn't
appear to be coming from you, but rather, from them (it's propogated back
through a SoapException).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Brian Conway said:
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.
 
Thanks for the information. I kind of thought that was what it was saying,
but it is bring back information based off the web service so wasn't sure
how come it would say that it wasn't working.


Nicholas Paldino said:
Brian,

It seems that you are getting an error from the web service, and not
from trying to call the web service itself. I would look at the web service
(or contact who is running it), and inform them of the error. It doesn't
appear to be coming from you, but rather, from them (it's propogated back
through a SoapException).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Brian Conway said:
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)

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.
 
Back
Top