You need just this peace of code
================================
<% Language="vbscript" %>
<HTML
<HEAD>
<TITLE>First ASP page</TITLE>
</HEAD>
<BODY>
<%
response.write("Hello World!")
%>
</BODY>
</HTML>
================================
and name for this file. Check your IIS...
The browser is data-sniffing the file, determining that content type looks like text/plan, and displaying it accordingly. Whenever IE runs across an unknown MIME type or sees no MIME type, it tries to equate the file to well-known format based on its data. In order to force a download, use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.