Learning ASP - where do I start?
I have been playing around with HTML, JavaScript & DHTML for a while now and I think it is time to learn ASP. There are a few questions I need to ask.
Can you check your ASP files on your pc hard drive or do you need to run them from a server?
Do you need to have a server online to run ASP files?
Can you run your ASP files from win98? Or do you need NT?
What are the best resources on the net? eg. url's
Is there a quick way to tell if my server space supports ASP? eg. with a small piece of code
How does Ms Access work with ASP files? Do I need to learn Access again?
----------
[email protected]
http://go.to/hass
Anonymous posted this at 00:45 — 7th October 1999.
They have: 5,633 posts
Joined: Jan 1970
Can you check your ASP files on your pc hard drive or do you need to run them from a server?
You can run them on your own PC. There is a program that you have to have but for the life of me I can't remember the name or location. I will post it if I remember. If someone else knows, please post to refresh my memory here.
Do you need to have a server online to run ASP files?
Not sure what the difference is between this question and the one above...?
Can you run your ASP files from win98? Or do you need NT?
You can run ASP files on your computer using that program I mentioned above on Win98 or WinNT.
What are the best resources on the net? eg. url's
http://www.activeserverpages.com
http://www.asphole.com
http://www.swynk.com
To name a few... There is a huge amount of ASP resources on the Internet as it is becoming a widely used language.
Is there a quick way to tell if my server space supports ASP? eg. with a small piece of code
<%
htext="Hello World"
%>
<%=htext%>
My ASP coding is extremely rusty as I have dropped it for the time being and moved to PHP. I think if you use the above it should work. If it gives you an error or a blank page, you know ASP won't work. You should make sure to name the page with the .asp extension. Also, make sure it is on an NT server and not a UNIX - ASP doesn't work on UNIX (unless it is Solaris and then they have to have a special component).
How does Ms Access work with ASP files? Do I need to learn Access again?
No, you won't have to learn MS Access again. As long as you know how to use it, you are fine. In fact, MS Access has an option to generate the ASP coding (although it is extremely sloppy) for Web Site use. You will interact with the database the same way as if you were using FP. You will just use different coding to interact.
----------
Dynamic Internet Solutions : http://www.dids.com
UNIX and Windows NT Hosting
elara posted this at 01:02 — 7th October 1999.
They have: 112 posts
Joined: Apr 1999
lloydhass,
Can you run your ASP files from win98? Or do you need NT?
No, you can run ASP using win95 or win98.
Do you need to have a server online to run ASP files?
You can install Personal Web Server v.4.0 from Microsoft on Win98. It supports asp and most of all, its free... For WinNT, you can install Internet Information Server 4.0, its free too
How does Ms Access work with ASP files? Do I need to learn Access again?
ASP uses an API known as ADO (Active Data Objects), all you need is to learn SQL.
I can only answer part of the questions and some of them had been answered by Chad. Hope this helps.
Later
Joe
Anonymous posted this at 02:37 — 7th October 1999.
They have: 5,633 posts
Joined: Jan 1970
Thanks Elara! Personal Web Server is what I was trying to come up with. I think that should give you a start on learning ASP lloydhass.
----------
Dynamic Internet Solutions : http://www.dids.com
UNIX and Windows NT Hosting
elara posted this at 03:16 — 7th October 1999.
They have: 112 posts
Joined: Apr 1999
Chad,
Cheers!!
Joe
Anonymous posted this at 17:40 — 12th October 1999.
They have: 5,633 posts
Joined: Jan 1970
Thank for all your help. I am going to look into Personal Web Server. Also I will try to find some info on SQL. I have no idea what it is but wish me luck.
----------
[email protected]
http://go.to/hass
Anonymous posted this at 03:41 — 14th October 1999.
They have: 5,633 posts
Joined: Jan 1970
Hello again.
I searched the microsoft website for Personal Web Server and was sent to a page explaining what it is. At this page http://www.microsoft.com/windows/ie/pws/default.htm?RLD=23 I was told the program was for Win95. I am running Win98 and want to know if I can still run the program?
----------
[email protected]
http://go.to/hass
Anonymous posted this at 04:16 — 14th October 1999.
They have: 5,633 posts
Joined: Jan 1970
Thanks
JP Stones posted this at 23:33 — 14th October 1999.
They have: 2,390 posts
Joined: Nov 1998
I can't see that being a problem...
JP
----------
[red]The Next Step in Website Development [/red] - http://www.what-next.com
The Webmaster Promotion and Resource Center
elara posted this at 23:34 — 14th October 1999.
They have: 112 posts
Joined: Apr 1999
Hi,
Yes, you can install it on win98 also.
Later
Joe Thong
Anonymous posted this at 20:02 — 7th November 1999.
They have: 5,633 posts
Joined: Jan 1970
Also take a look at http://www.webhostme.com
They provide free NT hosting that supports ASP, includes a stupid banner, but cool for learning.
Anonymous posted this at 00:20 — 8th November 1999.
They have: 5,633 posts
Joined: Jan 1970
=adam=
I just took a look at http://www.webhostme.com and I think I'll give them a try. Thanks for the link.
----------
[email protected]
http://go.to/hass
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.