PDA

View Full Version : Newbie to ASP...



Phan
January 27th, 2002, 15:28
Hey everyone,

Well, I am interested in learning the basics of ASP. I would most likely just be downloading scripts and wanting to modify them.

Is there any tutorials or any other recommendations to start me out...

Thanks a lot,
Phan

wm2k1
January 27th, 2002, 16:06
http://coveryourasp.com/

do u no any programming languages?
the benfit of ASP is that u could program it in any language as long as the script engine for that language is install

even if u don't know any lanuages, VBScript is an easy language for u to learn

Pedroz
January 27th, 2002, 16:49
http://asp101.com - very nice samples
http://4guysfromrolla.com - asp faq and tutorials

Good luck!

xxx
January 29th, 2002, 10:38
does asp work on linux / unix servers?
does it work with mysql or it only work with msql?
can i install msql on a linux sever?
how much is msql? is it free? how to install

i asked too many questions but i just bought a small site that uses
asp and i like to move it to my linux server.
what's needed to accomplish this

Pedroz
January 29th, 2002, 14:52
does asp work on linux / unix servers?

yes. there is ASP for linux. search for informations here:
http://www.apache-asp.org/ (free with perl scripting only)
http://chillisoft.com/chiliasp/default.asp (its paid)
http://www.halcyonsoft.com/default.asp (its paid)


does it work with mysql or it only work with msql?
ASP works with mysql too.


can i install msql on a linux sever?
I don't think so : )


how much is msql? is it free? how to install
mssql isn't free (check microsoft site for price)

xxx
January 29th, 2002, 21:08
to install cgi scripts i need to chmode them. what things do i need to do to install asp scripts?
how do i upload asp files? binary or asc?
does php work on ms servers?
which is better windows nt servers or windows 2000 servers?

xxx
January 30th, 2002, 02:20
how do u upload asp files?
binart or asc or either one is fine

maelzx
January 30th, 2002, 02:34
i think from window OS to windows server .. it doesnt care how you upload it ... either binary or ascii ... because they both windows (that was my teory - please correct if wrong)

and ofcourse Win 2000 server is good than Win NT .. because win 2000 were the new version of NT .. didnt you know that ?

bigperm
January 30th, 2002, 03:33
It does matter whether you upload it in binary or ASCII, no matter what the OS. ASP needs to be uploaded in ASCII.

ASP scripts do not have to be chmod'd, because A. You need to chmod anything on windows servers and B. it's html embedded.