The following occurrs in Event Viewer\Application log when a user attempts to
login using ASP.NET 1.1.4322: (My apologies for the length)

"Microsoft.Web.Services2.AsynchronousOperationException: WSE101: An
asynchronous operation raised an exception. ---> System.Net.WebException: The
remote server returned an error: (403) Forbidden.

Server stack trace:

at System.Net.HttpWebRequest.CheckFinalStatus()

at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

at System.Net.HttpWebRequest.GetResponse()

at Microsoft.Web.Services2.Messaging.SoapHttpTransport.Send(SoapEnvelope
message, EndpointReference destination, SoapHttpChannelOptions options)

at
Microsoft.Web.Services2.Messaging.SoapHttpOutputChannel.Send(SoapEnvelope
message)

at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
Object[]& outArgs)

at
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)



Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
reqMsg, Boolean bProxyCase)

at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed,
MessageData& msgData)

at Microsoft.Web.Services2.Messaging.SendDelegate.EndInvoke(IAsyncResult
result)

at
Microsoft.Web.Services2.Messaging.SoapOutputChannel.EndSend(IAsyncResult
result)

at Microsoft.Web.Services2.Messaging.SoapSender.EndSend(IAsyncResult
result)

at
Microsoft.Web.Services2.Messaging.SoapClientAsyncResult.OnSendComplete(IAsyncResult result)

--- End of inner exception stack trace ---

at Microsoft.Web.Services2.AsyncResult.End(IAsyncResult result)

at
Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String
methodname, SoapEnvelope envelope)

at
Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurityToken(SecurityTokenMessage request, String methodName)

at
Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.RequestSecurityContextToken(SecurityToken
baseToken, SecurityToken issuerToken, AppliesTo appliesTo)

at
Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.IssueSecurityContextTokenAuthenticated(SecurityToken
baseToken, SecurityToken issuerToken)

at
Corillian.Security.IA.WebAdministration.Security.SiteSecurityService.InitSecureConversation(String username, String password)"

RE: Error Message Received when logging into a Website by KSNeedsHelp

KSNeedsHelp
Mon Sep 25 10:07:02 CDT 2006

I'm getting the same error. Did you find further info/fix for this problem?
Thnks!

"ShawnGBECU" wrote:

> The following occurrs in Event Viewer\Application log when a user attempts to
> login using ASP.NET 1.1.4322: (My apologies for the length)
>
> "Microsoft.Web.Services2.AsynchronousOperationException: WSE101: An
> asynchronous operation raised an exception. ---> System.Net.WebException: The
> remote server returned an error: (403) Forbidden.
>
> Server stack trace:
>
> at System.Net.HttpWebRequest.CheckFinalStatus()
>
> at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
>
> at System.Net.HttpWebRequest.GetResponse()
>
> at Microsoft.Web.Services2.Messaging.SoapHttpTransport.Send(SoapEnvelope
> message, EndpointReference destination, SoapHttpChannelOptions options)
>
> at
> Microsoft.Web.Services2.Messaging.SoapHttpOutputChannel.Send(SoapEnvelope
> message)
>
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
> mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
> Object[]& outArgs)
>
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
>
>
>
> Exception rethrown at [0]:
>
> at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
> reqMsg, Boolean bProxyCase)
>
> at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed,
> MessageData& msgData)
>
> at Microsoft.Web.Services2.Messaging.SendDelegate.EndInvoke(IAsyncResult
> result)
>
> at
> Microsoft.Web.Services2.Messaging.SoapOutputChannel.EndSend(IAsyncResult
> result)
>
> at Microsoft.Web.Services2.Messaging.SoapSender.EndSend(IAsyncResult
> result)
>
> at
> Microsoft.Web.Services2.Messaging.SoapClientAsyncResult.OnSendComplete(IAsyncResult result)
>
> --- End of inner exception stack trace ---
>
> at Microsoft.Web.Services2.AsyncResult.End(IAsyncResult result)
>
> at
> Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String
> methodname, SoapEnvelope envelope)
>
> at
> Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurityToken(SecurityTokenMessage request, String methodName)
>
> at
> Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.RequestSecurityContextToken(SecurityToken
> baseToken, SecurityToken issuerToken, AppliesTo appliesTo)
>
> at
> Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.IssueSecurityContextTokenAuthenticated(SecurityToken
> baseToken, SecurityToken issuerToken)
>
> at
> Corillian.Security.IA.WebAdministration.Security.SiteSecurityService.InitSecureConversation(String username, String password)"

RE: Error Message Received when logging into a Website by ShawnGBECU

ShawnGBECU
Mon Sep 25 10:11:01 CDT 2006

Hi KS...

No resolution yet. Still looking into this, but from what I can tell it may
involve the way the certificates
were/are setup. I'll try to remember to post back with a resolution should
I find one.

"KSNeedsHelp" wrote:

> I'm getting the same error. Did you find further info/fix for this problem?
> Thnks!
>
> "ShawnGBECU" wrote:
>
> > The following occurrs in Event Viewer\Application log when a user attempts to
> > login using ASP.NET 1.1.4322: (My apologies for the length)
> >
> > "Microsoft.Web.Services2.AsynchronousOperationException: WSE101: An
> > asynchronous operation raised an exception. ---> System.Net.WebException: The
> > remote server returned an error: (403) Forbidden.
> >
> > Server stack trace:
> >
> > at System.Net.HttpWebRequest.CheckFinalStatus()
> >
> > at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
> >
> > at System.Net.HttpWebRequest.GetResponse()
> >
> > at Microsoft.Web.Services2.Messaging.SoapHttpTransport.Send(SoapEnvelope
> > message, EndpointReference destination, SoapHttpChannelOptions options)
> >
> > at
> > Microsoft.Web.Services2.Messaging.SoapHttpOutputChannel.Send(SoapEnvelope
> > message)
> >
> > at
> > System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
> > mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
> > Object[]& outArgs)
> >
> > at
> > System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
> >
> >
> >
> > Exception rethrown at [0]:
> >
> > at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
> > reqMsg, Boolean bProxyCase)
> >
> > at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed,
> > MessageData& msgData)
> >
> > at Microsoft.Web.Services2.Messaging.SendDelegate.EndInvoke(IAsyncResult
> > result)
> >
> > at
> > Microsoft.Web.Services2.Messaging.SoapOutputChannel.EndSend(IAsyncResult
> > result)
> >
> > at Microsoft.Web.Services2.Messaging.SoapSender.EndSend(IAsyncResult
> > result)
> >
> > at
> > Microsoft.Web.Services2.Messaging.SoapClientAsyncResult.OnSendComplete(IAsyncResult result)
> >
> > --- End of inner exception stack trace ---
> >
> > at Microsoft.Web.Services2.AsyncResult.End(IAsyncResult result)
> >
> > at
> > Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String
> > methodname, SoapEnvelope envelope)
> >
> > at
> > Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurityToken(SecurityTokenMessage request, String methodName)
> >
> > at
> > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.RequestSecurityContextToken(SecurityToken
> > baseToken, SecurityToken issuerToken, AppliesTo appliesTo)
> >
> > at
> > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.IssueSecurityContextTokenAuthenticated(SecurityToken
> > baseToken, SecurityToken issuerToken)
> >
> > at
> > Corillian.Security.IA.WebAdministration.Security.SiteSecurityService.InitSecureConversation(String username, String password)"

RE: Error Message Received when logging into a Website by KSNeedsHelp

KSNeedsHelp
Mon Sep 25 10:58:01 CDT 2006

Hi Shawn. Thanks for the prompt reply. Did you generate your own Pvt cert or
use the ones form MS? Hope we find a fix for our problem soon!

"ShawnGBECU" wrote:

> Hi KS...
>
> No resolution yet. Still looking into this, but from what I can tell it may
> involve the way the certificates
> were/are setup. I'll try to remember to post back with a resolution should
> I find one.
>
> "KSNeedsHelp" wrote:
>
> > I'm getting the same error. Did you find further info/fix for this problem?
> > Thnks!
> >
> > "ShawnGBECU" wrote:
> >
> > > The following occurrs in Event Viewer\Application log when a user attempts to
> > > login using ASP.NET 1.1.4322: (My apologies for the length)
> > >
> > > "Microsoft.Web.Services2.AsynchronousOperationException: WSE101: An
> > > asynchronous operation raised an exception. ---> System.Net.WebException: The
> > > remote server returned an error: (403) Forbidden.
> > >
> > > Server stack trace:
> > >
> > > at System.Net.HttpWebRequest.CheckFinalStatus()
> > >
> > > at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
> > >
> > > at System.Net.HttpWebRequest.GetResponse()
> > >
> > > at Microsoft.Web.Services2.Messaging.SoapHttpTransport.Send(SoapEnvelope
> > > message, EndpointReference destination, SoapHttpChannelOptions options)
> > >
> > > at
> > > Microsoft.Web.Services2.Messaging.SoapHttpOutputChannel.Send(SoapEnvelope
> > > message)
> > >
> > > at
> > > System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
> > > mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
> > > Object[]& outArgs)
> > >
> > > at
> > > System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
> > >
> > >
> > >
> > > Exception rethrown at [0]:
> > >
> > > at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
> > > reqMsg, Boolean bProxyCase)
> > >
> > > at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed,
> > > MessageData& msgData)
> > >
> > > at Microsoft.Web.Services2.Messaging.SendDelegate.EndInvoke(IAsyncResult
> > > result)
> > >
> > > at
> > > Microsoft.Web.Services2.Messaging.SoapOutputChannel.EndSend(IAsyncResult
> > > result)
> > >
> > > at Microsoft.Web.Services2.Messaging.SoapSender.EndSend(IAsyncResult
> > > result)
> > >
> > > at
> > > Microsoft.Web.Services2.Messaging.SoapClientAsyncResult.OnSendComplete(IAsyncResult result)
> > >
> > > --- End of inner exception stack trace ---
> > >
> > > at Microsoft.Web.Services2.AsyncResult.End(IAsyncResult result)
> > >
> > > at
> > > Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String
> > > methodname, SoapEnvelope envelope)
> > >
> > > at
> > > Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurityToken(SecurityTokenMessage request, String methodName)
> > >
> > > at
> > > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.RequestSecurityContextToken(SecurityToken
> > > baseToken, SecurityToken issuerToken, AppliesTo appliesTo)
> > >
> > > at
> > > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.IssueSecurityContextTokenAuthenticated(SecurityToken
> > > baseToken, SecurityToken issuerToken)
> > >
> > > at
> > > Corillian.Security.IA.WebAdministration.Security.SiteSecurityService.InitSecureConversation(String username, String password)"

RE: Error Message Received when logging into a Website by KSNeedsHelp

KSNeedsHelp
Tue Sep 26 09:52:01 CDT 2006

Shawn, I'm all set. Web.config file for IAAdmin Web Service has an LDAP
section. All I had to do was change the case for LDAP. Hope this helps.

"KSNeedsHelp" wrote:

> Hi Shawn. Thanks for the prompt reply. Did you generate your own Pvt cert or
> use the ones form MS? Hope we find a fix for our problem soon!
>
> "ShawnGBECU" wrote:
>
> > Hi KS...
> >
> > No resolution yet. Still looking into this, but from what I can tell it may
> > involve the way the certificates
> > were/are setup. I'll try to remember to post back with a resolution should
> > I find one.
> >
> > "KSNeedsHelp" wrote:
> >
> > > I'm getting the same error. Did you find further info/fix for this problem?
> > > Thnks!
> > >
> > > "ShawnGBECU" wrote:
> > >
> > > > The following occurrs in Event Viewer\Application log when a user attempts to
> > > > login using ASP.NET 1.1.4322: (My apologies for the length)
> > > >
> > > > "Microsoft.Web.Services2.AsynchronousOperationException: WSE101: An
> > > > asynchronous operation raised an exception. ---> System.Net.WebException: The
> > > > remote server returned an error: (403) Forbidden.
> > > >
> > > > Server stack trace:
> > > >
> > > > at System.Net.HttpWebRequest.CheckFinalStatus()
> > > >
> > > > at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
> > > >
> > > > at System.Net.HttpWebRequest.GetResponse()
> > > >
> > > > at Microsoft.Web.Services2.Messaging.SoapHttpTransport.Send(SoapEnvelope
> > > > message, EndpointReference destination, SoapHttpChannelOptions options)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Messaging.SoapHttpOutputChannel.Send(SoapEnvelope
> > > > message)
> > > >
> > > > at
> > > > System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
> > > > mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext,
> > > > Object[]& outArgs)
> > > >
> > > > at
> > > > System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
> > > >
> > > >
> > > >
> > > > Exception rethrown at [0]:
> > > >
> > > > at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
> > > > reqMsg, Boolean bProxyCase)
> > > >
> > > > at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed,
> > > > MessageData& msgData)
> > > >
> > > > at Microsoft.Web.Services2.Messaging.SendDelegate.EndInvoke(IAsyncResult
> > > > result)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Messaging.SoapOutputChannel.EndSend(IAsyncResult
> > > > result)
> > > >
> > > > at Microsoft.Web.Services2.Messaging.SoapSender.EndSend(IAsyncResult
> > > > result)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Messaging.SoapClientAsyncResult.OnSendComplete(IAsyncResult result)
> > > >
> > > > --- End of inner exception stack trace ---
> > > >
> > > > at Microsoft.Web.Services2.AsyncResult.End(IAsyncResult result)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String
> > > > methodname, SoapEnvelope envelope)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurityToken(SecurityTokenMessage request, String methodName)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.RequestSecurityContextToken(SecurityToken
> > > > baseToken, SecurityToken issuerToken, AppliesTo appliesTo)
> > > >
> > > > at
> > > > Microsoft.Web.Services2.Security.SecurityContextTokenServiceClient.IssueSecurityContextTokenAuthenticated(SecurityToken
> > > > baseToken, SecurityToken issuerToken)
> > > >
> > > > at
> > > > Corillian.Security.IA.WebAdministration.Security.SiteSecurityService.InitSecureConversation(String username, String password)"