I don't know what's going on with my WebMatrix IDE, but other than html elements, .NET Elements like Form items and Functions do not display when the page is loaded. I am running the page on my system via http.
In the following example, the Time is suppose to be displayed, but it doesn't. I just recently installed WebMatrix with the .NET Framework amd SDK. According to what I've read, it should be ready for building applications, but it doesn't appear to be working:
<html>
<head>
</head>
<body bgcolor="white">
<center>
<p>
<%Response.Write(now())%>
</p>
</center>
</body>
</html>
Any suggestions?
Thanks in Advance!
In the following example, the Time is suppose to be displayed, but it doesn't. I just recently installed WebMatrix with the .NET Framework amd SDK. According to what I've read, it should be ready for building applications, but it doesn't appear to be working:
<html>
<head>
</head>
<body bgcolor="white">
<center>
<p>
<%Response.Write(now())%>
</p>
</center>
</body>
</html>
Any suggestions?
Thanks in Advance!