Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Sep 2009
    Location
    London
    Posts
    14

    Setting domain, host and port on IE 6 & IE 7

    Hi,

    I have encountered a problem while I was doing some browser compatibility tests. It seems LS client is not able to connect to server when browser is IE6 or IE7. IE8 and all the other Firefox versions works OK.

    My web application is basically a Js application consists of a single page and at the moment I am retrieveing domain, LSHost and port information from my web.config and render the page accordingly with LS Js implementation setting using these values rendered to page as in the below.

    pushPage.context.setDomain(<server domin value coming from web.config>);
    lsEngine.connection.setLSHost(<server domain value coming from web.config>);

    (LS and my web application are deployed on the same server now so these two value are same)

    lsEngine.connection.setLSPort(<port value coming from web.config>);

    This might not be the best approach for setting these values but I guess It should work with IE6 and IE7 as it works with other browsers.

    The error I am getting is a "permission denied" error on an initial request to lsengine.html file.

    I have checked other posts (including known browser issues) and re-read the documentation for setting these values but I couldn't find a solution. Most of the issues are related to having different domain names for web server and LS server but at the moment they are same server for our application.

    Any help would be much appreciated.

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,090
    This is a known limitation, which affects only test scenarios, though.
    You have probably missed this post.
    By resuming, if you set the domain as null you should see your test working in IE, but no longer on Firefox.

  3. #3
    Member
    Join Date
    Sep 2009
    Location
    London
    Posts
    14
    That solved my problem!

    Many thanks.

 

 

Similar Threads

  1. Allowing third party websites to access LS host
    By mrdavidlaing in forum Client SDKs
    Replies: 5
    Last Post: April 29th, 2011, 10:56 AM
  2. Replies: 0
    Last Post: February 17th, 2010, 06:10 PM
  3. Replies: 5
    Last Post: February 4th, 2010, 10:55 AM
  4. Opera 9 - 10 --> host file issue
    By Mone in forum Client SDKs
    Replies: 0
    Last Post: September 3rd, 2008, 10:26 AM
  5. SeekEngine &Push Host
    By ddhanis in forum Client SDKs
    Replies: 1
    Last Post: April 3rd, 2008, 04:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 03:23 PM.