Next best to ASP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yatin Soni

    Next best to ASP

    If my server doesnt support ASP, what would be the next best language
    to use.

    I need to create a simple security page... where a database on the
    server stores usernames and passwords.
    i need for it to query the database based on a username and password
    entered in on the page.

    I thought of using ASP because it is server side scripting, and that
    prevents uses from viewing the source.

    What are my alternatives?

    Thanks
  • Evertjan.

    #2
    Re: Next best to ASP

    Yatin Soni wrote on 02 nov 2004 in microsoft.publi c.inetserver.as p.general:[color=blue]
    > If my server doesnt support ASP, what would be the next best language
    > to use.[/color]

    1 please quote the text, you are answering on. This is usenet, not email!!!

    2 please do not start a new thread when replying

    3 any serverside language, your server supports, will do, I suppose.

    4 this is an ASP NG, we "support" only classic ASP here.

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress,
    but let us keep the discussions in the newsgroup)

    Comment

    • Des Perado

      #3
      Re: Next best to ASP


      "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
      news:Xns9595781 5F7B5Deejj99@19 4.109.133.29...[color=blue]
      > Yatin Soni wrote on 02 nov 2004 in[/color]
      microsoft.publi c.inetserver.as p.general:[color=blue][color=green]
      > > If my server doesnt support ASP, what would be the next best language
      > > to use.[/color]
      >
      > 1 please quote the text, you are answering on. This is usenet, not[/color]
      email!!![color=blue]
      >
      > 2 please do not start a new thread when replying
      >[/color]

      Huh??? I can't imagine what you're talking about - it looks like a new
      thread to me.


      Comment

      • Aaron [SQL Server MVP]

        #4
        Re: Next best to ASP

        > > If my server doesnt support ASP, what would be the next best language[color=blue][color=green]
        > > to use.[/color]
        >
        > 1 please quote the text, you are answering on. This is usenet, not[/color]
        email!!!

        What text is he "answering on"?
        [color=blue]
        > 2 please do not start a new thread when replying[/color]

        What thread is he replying to?


        Comment

        • thorpe

          #5
          Re: Next best to ASP

          my answer would have to be a question. what scripting language does your
          server support? what server are you running?

          php, might be a good place to start. it is a cross-platform serverside
          scripting language.

          PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


          "Yatin Soni" <soni1000@webma il.co.za> wrote in message
          news:7be6da7c.0 411020155.3eff6 b8f@posting.goo gle.com...[color=blue]
          > If my server doesnt support ASP, what would be the next best language
          > to use.
          >
          > I need to create a simple security page... where a database on the
          > server stores usernames and passwords.
          > i need for it to query the database based on a username and password
          > entered in on the page.
          >
          > I thought of using ASP because it is server side scripting, and that
          > prevents uses from viewing the source.
          >
          > What are my alternatives?
          >
          > Thanks[/color]


          Comment

          • Hal Rosser

            #6
            Re: Next best to ASP

            PHP
            or
            Perl
            or (if you're up to a challenge)
            JSP and servlets
            [color=blue]
            > What are my alternatives?
            >
            > Thanks[/color]


            ---
            Outgoing mail is certified Virus Free.
            Checked by AVG anti-virus system (http://www.grisoft.com).
            Version: 6.0.781 / Virus Database: 527 - Release Date: 10/21/2004


            Comment

            • mark4asp

              #7
              Re: Next best to ASP

              On 2 Nov 2004 01:55:28 -0800, soni1000@webmai l.co.za (Yatin
              Soni) wrote:
              [color=blue]
              >If my server doesnt support ASP, what would be the next best language
              >to use.
              >
              >I need to create a simple security page... where a database on the
              >server stores usernames and passwords.
              >i need for it to query the database based on a username and password
              >entered in on the page.
              >
              >I thought of using ASP because it is server side scripting, and that
              >prevents uses from viewing the source.
              >
              >What are my alternatives?
              >
              >Thanks[/color]

              Install a proper web server before you try to run ASP.

              What Server / operating system are you using ?

              You need to install a web server that will support ASP. On
              Windows, this will be some variant of Internet Information
              Services.
              As I recall.
              IIS4 on NT4 or Win95
              IIS5 on Windows 2000
              IIS6 on Windows 2003 server, etc. But don't quote me on
              that - check it. This information is easy to find out.

              Once you know what your OS is you will be able to find the
              proper version of IIS to use and get the correct instructions.
              IIS is free. It is quite easy to install and IIS will run on
              almost any version of Windows.

              You can run ASP on Linux too (Chillisoft variant) but hardly
              anyone does. I think this version runs under the Apache web
              server.

              You can find detailed ASP installation instructions if you
              search the web or this newsgroup using Google. Remember, the
              installation depends upon which version of Windows you're
              running.

              Comment

              • Jeff Cochran

                #8
                Re: Next best to ASP

                On 2 Nov 2004 01:55:28 -0800, soni1000@webmai l.co.za (Yatin Soni)
                wrote:
                [color=blue]
                >If my server doesnt support ASP, what would be the next best language
                >to use.[/color]

                Likely the one your host supports that you know how to use.
                [color=blue]
                >I need to create a simple security page... where a database on the
                >server stores usernames and passwords.
                >i need for it to query the database based on a username and password
                >entered in on the page.
                >
                >I thought of using ASP because it is server side scripting, and that
                >prevents uses from viewing the source.
                >
                >What are my alternatives?[/color]

                Perl, PHP, TCL, Python, C++, or whatever your host supports. Ask
                them.

                Jeff

                Comment

                Working...