Hi
I configured esb portal in dev and test environment it is working fine and I am able to access portal from local environment or same sever, But when I am trying to access form remote server it is throwing 400 bad request error.
Error details:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 1/4/2021 5:19:57 AM
Event time (UTC): 1/4/2021 11:19:57 AM
Event ID: 6a4c72d211f84f4bb15a93f2a6150bd0
Event sequence: 6
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-132542327964811845
Trust level: Full
Application Virtual Path: /ESB.Portal
Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\
Machine name:xyz-BTS2
Process information:
Process ID: 8216
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: WebException
Exception message: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
Request information:
Request URL: http://xyz-BTS2.net/esb.portal/default.aspx
Request path: /esb.portal/default.aspx
User host address: 10.1.0.1
User: xyz\biztaluser
Is authenticated: True
Authentication Type: NTLM
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 7
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
how to reslove this issue.
BizTalk User