Help pls- quick one

E

Eric Wang

I program with ASP VBScript. Would like to know its MIME type so I can have
my own extension like what others do.

Thanks!
 
J

Jonathan Chong

By default it will be "text/html". Unless you change it do something else,
such as XML like this:

<%
Response.ContentType = "text/xml"
%>
 
B

Bob Barrows [MVP]

No. That merely formats the data sent to te client.

By default, using the .asp file extension will cause IIS to process the page
using the asp.dll. other file extensions can be configured using IIS
Manager. A Google search should provide the details.

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top