ASP on IIS help please?

WYSIWYG

New member
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.
 
You may need to set the documents tab in IIS to include your page as the default. The most common is default.asp, so name your page that and try it again.
 
Back
Top