WebORB5 installation in Visual Studio2013 Project

2019-09-07 17:58发布

问题:

I'm trying to install a WebORB in a testing new ASP.NET4.5 Project visual Studio2013. I'm using this manual WebORB4Net.pdf, Ref 6.1 Installation From Zip, 6.3-Installing WebORB into existing ASP.NET application. But when I'm try to surf to this directory http://localhost/MediaServer/weborbconsole.html, i'm getting this error

  1. First error screen : Server reported an error: Send failed
  2. second screen clicking on Ok : SECURITY:Send failed
  3. Third: SERVICES:
    • faultString:'Send failed'
    • faultDetail:'Channel.Security. Error error
    • Error #2048 url: https://mylocalhost/MediaServer/console/weborb.aspx
    • SECURITY:Send failed

We never used this Server, I was asking to try it to know if we can use it our project.

Any help ?

Update for comment