![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
Join Date: Jun 2004
Location: South Africa, Johannesburg
Posts: 301
Rep Power: 5
![]() |
I want to start asp...good idea? if so...where do I start and what do I need?
__________________
[SIGPIC][/SIGPIC] |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
welp, a server with asp installed is a good start. Apache has somthing that might work for yourself here. It runs under linux i think if that's the route that you are going. A good book would also be a good start. i like php better though...but that's just me.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Programmer
|
learn html
![]() |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() |
cheeky monkey!
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#5 |
|
Expert Programmer
|
For ASP, Microsoft's IIS is a good start, but you can get ASP modules for apache which is a much cheaper (free) alternative.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#6 |
|
Programming Guru
![]() ![]() |
Apache All the Way!
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#7 |
|
PFO Founder
![]() ![]() |
there is an asp module for apache? i didnt know that, that is pretty cool i mite have to look into that that way i can atleast start learning some of it
![]()
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#8 |
|
Programming Guru
![]() ![]() |
yeah i posted the link for it above.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#9 |
|
Programmer
|
Overmind:
Well, first of all I think you need to admit your a geek, like the rest of us. Or did I miss the joke when you called yourself a palladin? Anyways, I would recommend skipping over ASP and go straight for ASP.NET which gives you the full power of any .NET compliant programming language( usually VB.NET, C#, C++ or J#, etc ) instead of the wimpy by comparison VBScript. You can actually download a free development tool called the ASP.NET Web Matrix from http://www.asp.net. It actually comes with it's own web server, but unfortunately it only runs locally. You can run it on your computer just fine, but if you wanted to make your computer a web server, this wouldn't work. You would of course need MS IIS to do that. I wouldn't think that Apache has support for ASP.NET...and I don't think it would be in their best interests to.
__________________
public class MySignature extends Post implements JavaSyntax throws NuttinHoney{
MySignature()
{
Salutation();
Name();
}
public string Salutation()
{
Screen.printLn( "Sincerely,\n" );
}
public string Name()
{
Screen.printLn( "Kevin Parkinson" );
}
} |
|
|
|
|
|
#10 |
|
Expert Programmer
|
Overmind, the MONO runtime (opensource .NET framework) comes with a nice free ASP.NET webserver called XSP. I've tested it out before, and it works pretty nicely. I'm not sure where I'd go to learn asp or asp.net (whichever route you prefer), but if you need a server, there ya go
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|