Hi ,
I have an environment that has two iis application link. One is SSO enabled while the other is not SSO.
http://localhost/otcs/cs.exe <-- SSO Enabled
http://localhost/otadmin/cs.exe <-- non SSO
I intend to run Webservices with a CS User(Non SSO). How do i direct the webservice to use otadmin instance instead of otcs instance?
Anyone has any idea?
Thank you very much.