Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Socket restrictions RSS

2 replies

Last post Nov 11, 2008 08:33 AM by spoo

(0)
  • spoo

    spoo

    Member

    23 Points

    47 Posts

    Socket restrictions

    Nov 07, 2008 06:23 PM | LINK

    Just let me get this straight, since B2, and in RTW, the restrictions on sockets are:

    1. Only allowed to connect to socket servers running in the port range 4502-4534

    2. A socket access policy server must be running on :943

    Or...?

    My rant on this, if so: http://spoox.org/wp/2008/11/07/silverlight-and-socket-support-what-were-they-thinking/

     

  • GuinnessKMF

    GuinnessKMF

    Member

    222 Points

    58 Posts

    Re: Socket restrictions

    Nov 07, 2008 07:17 PM | LINK

    I completely agree, these port restrictions make no sense.  These type of restrictions make creating rich client applications meant for interfacing with existing protocols and services impossible.  If I wanted to create a silverlight FTP Client application I would need to create a relay server to marshall all the requests from a non-restricted port over to the target port.

    -Kellen
  • spoo

    spoo

    Member

    23 Points

    47 Posts

    Re: Re: Socket restrictions

    Nov 11, 2008 08:33 AM | LINK

    Well, as I concluded, the main issue is of course security.. Hopefully they will eventually get around to realizing how limiting this is. (And I guess there was plenty of other pressing issues with the release, so this just wasn't prioritized.)