Hi, everyone
I am new to asp.net and just installed asp.net in my computer(on windows xp pro sp1). but when i created a asp file and requested in a browser, it couldn't run properly. here is the code:
<html>
<body>
<h1> The date is <% Response.Write(DateTime.Now.ToLongDateString()) %>
</h1>
</body>
</html>
It only display the plain text "the date is" in the browser, but not the current time. (which means it didnt execute code). So frustrated :confused:
How can i fix this? Can someone please teach me, please? Thanks so much!!!!