Results 1 to 10 of 10

Thread: Learning ASP

  1. #1
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts

    Learning ASP

    I am going to be learning ASP this year on my degree course and i want to try and learn a bit before they start teaching it us.

    Where do i start? I am looking at some simple guides on the Internet and it says to run stuff on my home PC [to see if it works] i need a copy of an ASP engine, like Personal Web Server?!! What is this?

    I am not interested in hosting anything at the mo son will run everything offline.

    Some pointers would be useful

    Thanks

    Tom
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  2. #2
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    If you're running Windows 2000 Pro or XP Pro you can install a cut down version of IIS (Internet Information Services) server to use as a development tool. Then you can navigate to http://localhost/ and execute your code.

    Wrox's Beginning ASP 3.0 is a good book if you haven't already got one, though if you're keen then you can pick up most things from samples and guides around the web. www.4guysfromrolla.com and www.devguru.com are invaluable resources for ASP developers

    Have you done any programming before?
    Simon


  3. #3
    slave of the hypnotoad
    Join Date
    Jul 2003
    Location
    Surrey / Bath, UK
    Posts
    925
    Thanks
    0
    Thanked
    0 times in 0 posts
    PWS does pretty much as it says but is only available for up to Windows 98 and NT4 systems, I can't remember if there is a work around to get it installed on Windows XP.

    http://support.microsoft.com/default...b;EN-US;304197

    If you're using Windows XP Professional then you should have IIS already, use that, if your on Windows XP Home then you can use ChillisoftASP, which is free or...

    http://www.15seconds.com/issue/020118.htm

    edit: as Shad said the Wrox asp book is pretty good, i only had edition 2.0 which was a bit out of date but it was still very easy to get to grips with. IF you want to get started off with the basic stuff straight away http://www.w3schools.com/ has a bit.
    Last edited by fondie; 02-10-2004 at 12:57 PM.

  4. #4
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    Unfortunately I only have XP Home and I cannot find a copy of IIS or Personal Web Server anywhere I am downloading the old edition now but on 56k it is taking an age.

    Would ChillisoftASP be recommended then?
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  5. #5
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Shad
    Have you done any programming before?
    None at all
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  6. #6
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    Easiest way to learn asp.. lear Visual Basic and VBScript because that's mostly what ASP is, then you just use asp <% and %> tags to separate the code from the html

    It took me about a week to learn ASP from scratch having done a bit of VB programming years ago
    (\__/)
    (='.'=)
    (")_(")

  7. #7
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    UPDATE: What a waste of 2 1/2 hours...i give up...XP Home doesn't take Personal Web Server after all that
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  8. #8
    slave of the hypnotoad
    Join Date
    Jul 2003
    Location
    Surrey / Bath, UK
    Posts
    925
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by TomWilko
    UPDATE: What a waste of 2 1/2 hours...i give up...XP Home doesn't take Personal Web Server after all that
    i did link you to the KB article that said it doesn't. did you try the suggestion in the other link i gave?

    i'd recommend trying to get a M/S ASP solution running, but running ChillisoftASP is better than nothing.

  9. #9
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    If you get totally stuck Tom give me a shout and I can sort you out with some space on my server.
    Simon


  10. #10
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by fondie
    i did link you to the KB article that said it doesn't. did you try the suggestion in the other link i gave?

    i'd recommend trying to get a M/S ASP solution running, but running ChillisoftASP is better than nothing.
    Yeh fondie thanks for the link I checked out the other thing but I don't fancy messing around with all that stuff....unless someone told me it was guaranteed to work.


    Quote Originally Posted by Shad
    If you get totally stuck Tom give me a shout and I can sort you out with some space on my server.
    Cheers for the offer mate. I think i'll wait to see how the lectures progress and see what happens from there...I will look into ASP further i reckon once i get some concrete knowledge about it
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My First Car and learning to drive
    By RoGuE|SaBeR in forum Automotive
    Replies: 21
    Last Post: 25-05-2006, 09:27 AM
  2. ASP Web Server
    By Raz316 in forum Software
    Replies: 3
    Last Post: 17-07-2004, 10:41 PM
  3. *thump* - problem with asp scripts
    By scottyman in forum Software
    Replies: 1
    Last Post: 28-04-2004, 06:54 PM
  4. learning a new language
    By megah0 in forum General Discussion
    Replies: 3
    Last Post: 27-04-2004, 12:35 PM
  5. Interactive ASP database stuff
    By joshwa in forum Software
    Replies: 8
    Last Post: 31-03-2004, 02:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •