473,473 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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
Jul 21 '05 #1
7 1382
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)

Jul 21 '05 #2

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@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.
Jul 21 '05 #3
> > 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?
Jul 21 '05 #4
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" <so******@webmail.co.za> wrote in message
news:7b**************************@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

Jul 21 '05 #5
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
Jul 21 '05 #6
On 2 Nov 2004 01:55:28 -0800, so******@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.

Jul 21 '05 #7
On 2 Nov 2004 01:55:28 -0800, so******@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
Jul 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Wm | last post by:
I'm trying to get a handle on the best way to handle setting up my listings so that I display groups of about 25 records per page. I currently have a page that returns over 1,000 names/addresses,...
4
by: MLH | last post by:
Best way to make Access 2.0 code wait 10 seconds before processing the next line??? For i=1 to whatever : next i is just too processor intensive. Isn't there something less taxing I can...
2
by: Deniz Bahar | last post by:
Hi, I'm working with a single linked list and want to delete elements by searching through the list (starting form the HEAD) then finding the element, then doing the following: NewElement =...
1
by: David Whitehouse | last post by:
I've used an SQL staement to pull a table from my database using the DataReader. ie SELECT * FROM Table. However i cannot get off the first row of the table. Is there a DataReader.Next() statement...
1
by: abc | last post by:
How to decide the best choice between web-form and win-form for the next solution? In my case, the new projects will have over 200 users to use and we will apply part-by-part function components...
7
by: fniles | last post by:
In VB 6.0 in the error trapping, we can do "resume next" to continue on the next code. How can we do that in .NET with "Try", "Catch","End Try" ? Thanks
19
by: kimiraikkonen | last post by:
Hi, I want to find out if there's difference between "On Error Resume Next" error handler and leaving "catch" block empty in a try-catch-end try block to ignore exceptions which i don't approve of...
0
by: Semajthewise | last post by:
Hi all. I'm starting on my next part of my teach myself vb program. What I am trying to do is on button click open a textfile showing the math as it would be done long hand. I started writing the...
8
by: GaryDean | last post by:
I have a Wizard page and need to affect the next and previous buttons from my code-behind. I've googled around and found two solutions, and neither appear to work. I can access the SideBarList...
3
by: raghudr | last post by:
Hi all, I am parsing a .xml file.My main intention is to retrieve the name value of node "Signal":- "Name Value" which is "rag". i want to store only the <signal"name value" that is only...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.