|
-
Sep 23rd, 2007, 08:10 PM
#1
Thread Starter
Junior Member
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?
-
Sep 24th, 2007, 05:04 AM
#2
Re: absolute newbie..how to start asp?
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
-
Sep 24th, 2007, 02:37 PM
#3
Hyperactive Member
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.
-
Sep 24th, 2007, 07:25 PM
#4
Thread Starter
Junior Member
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
-
Sep 26th, 2007, 12:04 AM
#5
Member
Re: absolute newbie..how to start asp?
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|