Hello,
I'm new to asp.net.
I have IIS 5.0 running on XP. The dotnet framework 1.1 is installed.
I've created a very simple ASPX page:
<html>
<body bgcolor="yellow">
<center>
<h2>Hello W3Schoolsxx!</h2>
<p><%Response.Write(now())%></p>
</center>
</body>
</html>
All the html code runs but not the asp code.
If I change the extension to asp, the asp code runs.
Thanks for your time
I'm new to asp.net.
I have IIS 5.0 running on XP. The dotnet framework 1.1 is installed.
I've created a very simple ASPX page:
<html>
<body bgcolor="yellow">
<center>
<h2>Hello W3Schoolsxx!</h2>
<p><%Response.Write(now())%></p>
</center>
</body>
</html>
All the html code runs but not the asp code.
If I change the extension to asp, the asp code runs.
Thanks for your time