Accessing Com- and LPT-Port with ASP.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Accessing Com- and LPT-Port with ASP.NET

    hello,

    i am developing an intranet-portal and i have to
    communicate with the client's hardware (com- and lpt-
    ports). is it possible with asp.net or any other method
    to do that?
    Gerald Guest

  2. Similar Questions and Discussions

    1. FTP Port
      I am having a tough time connecting contribute to my servers because the servers have different FTP ports. Isn't there a way to change the default...
    2. what is the port that FCS use?
      What is the port that Flash Communication Server use? is it 1935 for flashCom.exe and 1200 for flashComAdmin.exe?
    3. Daemon proc run on a port, kill daemon and cannot restart on same port for 10 minutes.
      Unix is AIX 4.3 The daemon is a license manager which runs for an application. Killing the daemon is fine. (using the 'kill -9 <pid>')...
    4. Seeking most portable way of accessing serial port
      I'm working on a utility that will enable me to pull some data from a device on the serial port, save the data, manipulate it, and eventually push...
    5. Accessing a computer from another connected via serial port
      I have a question that I need assitance on. I want to transfer some files from my old computer to my new one. However, my new one doesn't have a...
  3. #2

    Default Accessing Com- and LPT-Port with ASP.NET

    Hi,

    ASP.net is mainly for web oriented developement. If you
    want to do system level programing you can create
    compoennts in c#, VC.net.. Then you can use those
    componets in asp.net..some times you may need
    impersonaiton. I mean aspnet user cant directly access
    soem of the system/network resorces.. If you ahev already
    developed unmaneged components you can also refer that
    from asp.net..please refer interoperability sections.

    Please be more specific while posting question.

    Let me know if you have further queries.
    Sreejumon[MVP]
    Dotnet makes IT happen
    >-----Original Message-----
    >hello,
    >
    >i am developing an intranet-portal and i have to
    >communicate with the client's hardware (com- and lpt-
    >ports). is it possible with asp.net or any other method
    >to do that?
    >.
    >
    Sreejumon[MVP] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139