Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS on XP

Status
Not open for further replies.

Gert

Programmer
Apr 9, 2000
240
DO
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.
 
Hey Gert,

I'm not sure what you've tried but the IIS admin stuff is in the control panel / administrative tools / Internet Information Services . From there you will be able to setup your server to do what you want it to.

Have fun.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top