BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
I still want to access the dashboard server with link "bi.aprisma.sys", is it possible or not? |
Yes. It is possible.
You need to add bindings to UMS in IIS with the existing domain name "bi.aprisma.sys" and port number as “8081”(or a new DNS accessible outside the machine).
Now the UMS will be working outside the machine with DNS “bi.aprisma.sys:8081”.
Now the same has to be updated in the Dashboard Server config.xml file. Please refer the below help documentation link,
|
Because when i try to access the dashboard server using that link, it's automatically goes directly to localhost:8081, where the port is belong to user management server. |
This is because, the User Management Server which is to be redirected by the Dashboard Server is stored in the Dashboard Server config.xml file. If you follow the above step and change the URL in those files, it will be redirected to the mentioned DNS instead of localhost.
|