Results 1 to 4 of 4

Thread: ASP Rookie wants to know if this is possible.

  1. #1

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Yes, it is possible. There are probably better ways, but ASP works on HTTP, not neccessarily HTML, so you could send plain text files or even work out a way to communicate with custom HTTP headers in either direction.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Question Thanks JoshT...

    for your response.
    There are probably better ways, but ASP works on HTTP, not neccessarily HTML, so you could send plain text files or even work out a way to communicate with custom HTTP headers in either direction.
    What are the "better ways" you are referring to? Can you, or anyone else, give me an example of how to "send plain text files" or "communicate with custom HTTP headers in either direction?" If no examples are forthcoming, can you please provide a reference where I can find some more info?

    Thanks.

  3. #3

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    What are the "better ways" you are referring to?
    Maybe SOAP or DCOM or whatever technology being hyped at the moment. There's lots of way to solve your problem.

    Can you, or anyone else, give me an example of how to "send plain text files" or "communicate with custom HTTP headers in either direction?"
    In ASP, you can use Response.ContentType = "text/plain" to specify you are sending a text file, have your client program request this ASP page, then process it like you would a standard I/O text-file. Look into the Internet Transfer Control or Winsock to replace the web browser.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  4. #4
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up Thanks...

    for the info, JoshT. I've already started reading up on ASP and feel confident that I'll be able to do what I need to do.

    Thanks again.

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