Results 1 to 3 of 3

Thread: Need winsock for asp

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Question Need winsock for asp

    Hi Everyone,

    I need to use a tcp socket control such as winsock on a classic asp web site to connect to an IP/port provided. All it does is connect and disconnect so I know if the application is running or not. I see ones that can do this but are over $100. Does anyone know of a cheaper solution? I need a timeout feature so it doesn't site there forever trying if it is not available.

    Thanks!

    Warren

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Need winsock for asp

    Consider Dimac w3Sockets. But blocking operations of any length tie up an ASP thread, always a bad thing.

    w3Sockets Reference

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Re: Need winsock for asp

    Thanks. I looked at the examples on your site and it does not show how to tell if your connection was made or not. After you call the Socket.Open method I do not see how to tell if it connected or not. Thats the main thing I need to do is just see if it successfully connected and then disconnect.

    I appreciate your help!

    Warren

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width