I am (currently) running IIS v5.1 on XP Pro SP2. I am trying to start using ASP codes.
I mdke a page and saved it as date.asp with only this code:
<% =date %>
But when I view it, either IE of FF, I see the code and not the actual date.
What do I need to do to display code that I want to add to my site? Am I missing something in IIS?
Thanks.