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?
Printable View
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?
google asp tutorial
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
Save this file as HelloWorld.asp in the c:\inetpub\wwwroot directoryCode:<%response.write "Hello World"
%>
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
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
Windows 98, Wow?Quote:
Originally Posted by 0164900390
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.