Forum Moderators: open
Kind regards!
Claus
If you really want to treat .htm as .asp then it's quite easy to set up really - although you will need access to the IIS admin console (these instructions are for 5.0) or similar web-based hosting control;
1) access the website properties
2) choose the home directory tab
3) click the configuration button
4) examine the entry for .asp
5) add a new type called .htm, copying the setup from .asp
Once you okay your way out of the dialogs you should now find that .htm files are treated the same way as .asp files are.
- Tony
Thanx for you reply!
I do have the server available here so I can configure it. I have two questions to your idea:
- If I make the change on the server it will only be for this partiqular website and not general for the sites on the IIS? Because I have several sites on this server.
- When you suggest that I do all this, I assume what happens is that when the server sees an htm file it looks in it's typeregister and treats the htm file as if it was an asp file. So the htm or asp is really just a name that covers over some certain functions connected to it. Am I not right?
Thanx Tony!
Claus