I have IIS running under Windows XP.
I have .html files with classic ASP content in them. How do I get the ASP within these .html files to render properly?
I have IIS running under Windows XP. I have .html files with classic ASP
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to tell IIS to treat .html as it does .asp.
In IIS Manager, select the application/site you want to modify (and this will impact every .html in that folder and subfolder, so be careful about scope), go to the “Home Directory”/”Virtual Directory” tab of the properties and select configuration.
Modify (or create) the mapping for
.htmlto match that of.asp.