Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. TCP Cross Domain Access Policy

TCP Cross Domain Access Policy

Scheduled Pinned Locked Moved WPF
questionsysadminhostingxmlworkspace
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    earlgraham
    wrote on last edited by
    #1

    If you are accessing through HTTP you need to provide a clientaccesspolicy.xml in the root of the site. My question is for the TCP access, it appears you must setup a TCP listener on the TCP address where Silverlight is accessing on port 943. Correct? It has nothing to do with the hosting web server. Right? Thanks

    Programmer Glenn Earl Graham Austin, TX

    M 1 Reply Last reply
    0
    • E earlgraham

      If you are accessing through HTTP you need to provide a clientaccesspolicy.xml in the root of the site. My question is for the TCP access, it appears you must setup a TCP listener on the TCP address where Silverlight is accessing on port 943. Correct? It has nothing to do with the hosting web server. Right? Thanks

      Programmer Glenn Earl Graham Austin, TX

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      earlgraham wrote:

      If you are accessing through HTTP you need to provide a clientaccesspolicy.xml in the root of the site.

      Only if you'll be accessing resources on a domain other than the one the Silverlight app is hosted on. Then the target domain must have the policy file at its root.

      earlgraham wrote:

      It has nothing to do with the hosting web server. Right?

      Correct. You have to supply the server code (listening on port 943) that returns the policy information.

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups