Can asp be run on unix?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: Can asp be run on unix?

    "Mike" <nospam@nospam.com> wrote:
    >If in a browser bar there is.asp somewhere does this mean the
    >site is always being hosted on windows?. or can asp be run on unix servers?
    Nearly always it will be on a Windows machine. But there is a product
    (Chilisoft) that enables non-Windows systems (and non-IIS servers) to
    run ASP.

    --
    Tim Slattery
    MS MVP(DTS)
    [email]Slattery_T@bls.gov[/email]
    Tim Slattery Guest

  2. Similar Questions and Discussions

    1. Need help with a simple UNIX sockets server based on IO::Socket::UNIX
      Hi. I've tried to create a simple client + server that communicate through a unix socket. As with all socket servers, it has a loop where it...
    2. USB-UNIX
      Hello everybody, I would like to use external USB2.0 HDD on a RedHat Linux machine. Can anybody tell me 1. How to aktivate the USB port (how...
    3. Dialup FTP UNIX to UNIX
      I can transfer a file through UUCP and it works fine, but I'm trying to setup a dialup connection using pppattach and use ftp to transfer files....
    4. non-unix admin pleads for help from unix gurus
      Hello, I am a network admin working on a project which involves a SCO Unix 5 server provided by another software company. The server provides...
    5. SCO Registers UNIX(R) Copyrights, Offers UNIX License by ignatius.schwartz-pr.com(Postfix) with ESMTP id 5EF605D87 for <scoannmod@xenitec.on.ca>; Mon, 21
      Some code of Windows is based/taken from the UNIX and LINUX environnement system. (Like some DNS, TCP and Internet Explorer things) Can we use...
  3. #2

    Default Re: Can asp be run on unix?

    > If in a browser bar there is.asp somewhere does this mean the
    > site is always being hosted on windows?
    No. I can map any file extension to any handler. For example, I can make
    IIS run the .jsp extension through ASP.dll. Just because a file has a
    particular extension does not mean it's actually that type of file (though,
    admittedly, in most cases it would be -- since that is a pretty silly thing
    to fake).
    > or can asp be run on unix servers?
    Yes, but it's not free. [url]http://www.aspfaq.com2181[/url]


    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: Can asp be run on unix?

    Sorry the link is [url]http://www.aspfaq.com/2181[/url]


    "Mike" <nospam@nospam.com> wrote in message
    news:1057925158.80566.0@demeter.uk.clara.net...
    > If in a browser bar there is.asp somewhere does this mean the
    > site is always being hosted on windows?. or can asp be run on unix
    servers?
    >
    > example:
    >
    [url]https://reg.xxx.com/ackTransfer.asp?isc=&se=%2B&from_app=&mscssid=&pl_ id=2&prog_id=datay[/url]
    >
    > Is this running on windows?
    >
    > TIA
    >
    >

    Aaron Bertrand - 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