Hi ALL, I´m new on ASP.
I have install IIS on and Win XPP OS and I have been trying to run a practice page on FrontPage XP, but nothing happend.
Ex:
I have Write:
<HTML>
<BODY>
Hello, Welcome to my first ASP page, today is: <%=Now( )%>
</BODY>
</HTML>
and I thing this have to show the actual date and time
or this one:
<HTML>
<BODY>
<% If Time( ) >= #12:00:00 AM# And Time( ) <#12:00:00 PM#
Then%>
Good Morning
<%Else%>
Good afternoon
<%End If%>
</BODY>
</HTML>
but nothing happend.
and I have save the page like .asp extension.
How do I put ISS to work and see my page really active??
What do I need to do.
I need a help
Thanks in advance.
I have install IIS on and Win XPP OS and I have been trying to run a practice page on FrontPage XP, but nothing happend.
Ex:
I have Write:
<HTML>
<BODY>
Hello, Welcome to my first ASP page, today is: <%=Now( )%>
</BODY>
</HTML>
and I thing this have to show the actual date and time
or this one:
<HTML>
<BODY>
<% If Time( ) >= #12:00:00 AM# And Time( ) <#12:00:00 PM#
Then%>
Good Morning
<%Else%>
Good afternoon
<%End If%>
</BODY>
</HTML>
but nothing happend.
and I have save the page like .asp extension.
How do I put ISS to work and see my page really active??
What do I need to do.
I need a help
Thanks in advance.