Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Next best to ASP (http://www.velocityreviews.com/forums/t796932-next-best-to-asp.html)

Yatin Soni 11-02-2004 09:55 AM

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. 11-02-2004 10:47 AM

Re: Next best to ASP
 
Yatin Soni wrote on 02 nov 2004 in microsoft.public.inetserver.asp.general:
> If my server doesnt support ASP, what would be the next best language
> to use.


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)


Des Perado 11-02-2004 12:13 PM

Re: Next best to ASP
 

"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns95957815F7B5Deejj99@194.109.133.29...
> Yatin Soni wrote on 02 nov 2004 in

microsoft.public.inetserver.asp.general:
> > If my server doesnt support ASP, what would be the next best language
> > to use.

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

email!!!
>
> 2 please do not start a new thread when replying
>


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



Aaron [SQL Server MVP] 11-02-2004 02:18 PM

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

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

email!!!

What text is he "answering on"?

> 2 please do not start a new thread when replying


What thread is he replying to?



thorpe 11-02-2004 10:08 PM

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.

http://www.php.net

"Yatin Soni" <soni1000@webmail.co.za> wrote in message
news:7be6da7c.0411020155.3eff6b8f@posting.google.c om...
> 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




Hal Rosser 11-03-2004 01:01 AM

Re: Next best to ASP
 
PHP
or
Perl
or (if you're up to a challenge)
JSP and servlets

> What are my alternatives?
>
> Thanks



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



mark4asp 11-03-2004 05:05 AM

Re: Next best to ASP
 
On 2 Nov 2004 01:55:28 -0800, soni1000@webmail.co.za (Yatin
Soni) wrote:

>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


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.


Jeff Cochran 11-03-2004 05:26 PM

Re: Next best to ASP
 
On 2 Nov 2004 01:55:28 -0800, soni1000@webmail.co.za (Yatin Soni)
wrote:

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


Likely the one your host supports that you know how 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?


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

Jeff


All times are GMT. The time now is 11:02 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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