I have installed the VS.Net beta version (running win2000 iis5 local
server). It worked fine on one PC - but I am getting problems on the other.
PROBLEM:
No asp.net code DOES NOT seem to be getting read. I am just attempting
some simple examples in notepad to test that it is working - and only the
plain html is appearing and NO asp.net code is.
example:
=============
<script language="vb" runat="server">
Sub Page_Load()
Response.Write ("ASP.Net line of code<br />")
End Sub
</script>
<html>
<head>
<title>Test example</title>
</head>
<body>
Line1: HTML line of code<br />
</body>
</html>
=============
Opening in IE6 displays:
Test example - Microsoft Internet Explorer
Line1: HTML line of code
=============
I have re-installed VS.net and re-run the server setup ...
I have no idea why this is not working.