Results 1 to 5 of 5

Thread: absolute newbie..how to start asp?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2007
    Posts
    26

    absolute newbie..how to start asp?

    hi....this is the first day i am going to learn asp....i have installed personal web server...so how m i suppose to begin with asp?

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: absolute newbie..how to start asp?

    google asp tutorial
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Re: absolute newbie..how to start asp?

    Verify you installed IIS correctly by opening up a web browser and going to
    http://localhost
    If this succeeds you will see the default IIS pages,

    You can create a simple asp page in notepad

    Code:
    <%response.write "Hello World"
    %>
    Save this file as HelloWorld.asp in the c:\inetpub\wwwroot directory

    Enter http://localhost/HelloWorld.asp in your browser

    If success you will see Hello World,
    This is just a small fraction to get you going..
    As suggested above, Google to get more in depth
    Truly, you have a dizzying intellect.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Sep 2007
    Posts
    26

    Re: absolute newbie..how to start asp?

    thank u...i installed PWS since m doin win98...its working perfectly....thanks again....where can i getthe coding to create a login form through asp...pls reply soon

  5. #5
    Member
    Join Date
    Feb 2004
    Location
    malaysia
    Posts
    57

    Re: absolute newbie..how to start asp?

    Quote Originally Posted by 0164900390
    thank u...i installed PWS since m doin win98...its working perfectly....thanks again....where can i get the coding to create a login form through asp...pls reply soon
    Windows 98, Wow?
    I dont even remember how its look like anymore! LOL.

    As said, google asp+login+page or asp+login+tutorial and you'll find a lot of them.

Posting Permissions

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



Click Here to Expand Forum to Full Width