First ASP Script

First ASP Script

Before we learn more about programming ASP, we run the ASP script is very simple to check whether the installation of IIS and ASP, which is functioning properly. Open a text editor and write the following ASP code and save with the name "firstscript.asp."
<% Response.Write("Hello Me")%>
Be sure to save this file to the directory "tizagASP" as was mentioned in the previous lesson, Running ASP.

Launch Internet Explorer and type the following into the address bar:
Internet Explorer will Display:
Hello Me
...then you've got all the file saving and running mumbo jumbo figured out and you can start focusing on learning ASP! Now let's continue!
First ASP Script

Postingan populer dari blog ini

vb6 msflexgrid

Tutorial Visual Basic 6.0 : Listbox in VB6

Select Single Cell in MSHFlexgrid