Hi, I have set up IIS on vista home 32 bit. I ticked all the boxes when setting up IIS on vista. This includes all the boxed about asp. Yet when I open a page through localhose it doesnt work. All the page has:
<html>
<body>
<%
response.write("My first ASP script!")
%>
</body>
</html>
An help would be of much use.
<html>
<body>
<%
response.write("My first ASP script!")
%>
</body>
</html>
An help would be of much use.