I work in ASP and Perl and ColdFusion for that matter, and I wanted to say that with ASP you can use other languages. I can do server-side coding in Javascript, VBScript, or Perl! I have done a few pages that were Perl running in IIS. ASP also allows for the use of components, compiled programs that are written in Java, C++, VB, Python, etc.

ASP also provides quick and easy access to databases, and ties right into the Microsoft Transaction Server to allow Transaction control over the whole entire ASP page.

I have used ASP to create whole sites and keep track of logons, Session state, and dynamically configure pages for users.

That all being said, it is not as flexible as CGI, and I personally find Perl more fun and powerful when used on the CGI side.

And as far as proprietary is concerned, Chili!Soft was released an IIS engine for Linux and for Unix, so you can run ASP pages with the full range of functions listed above on those platforms as well.

HTH,
Maurice

In reply to RE: Re: .ASP vs .CGI - could someone clarify this? by buzzcutbuddha
in thread .ASP vs .CGI - could someone clarify this? by mrmick

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.