i have same problem like this
i have windows 7 ,
i installed iis in my pc and and then i gone to C:\inetpub\wwwroot\myweb and writen my asp program
and saved as dd.asp
my program is
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
then when i open it by double click. it seens like that
[img]http://i1201.photobucket.com/albums/bb354/meeal/Untitled-3.jpg[/img]
in this output i want to display only hello world
please say how i solve this problem?:idea: