Forum Moderators: open
The reason that I am doing this is because I built the site with Dreamweaver and used library items all throughout the site for repeated items. Some had random banners that are changed with javascript, and some are just static. Dreamweaver messed up all of the library items now so that they will not update on random pages and I really need to update them. I figured that I will change to some type of processed page like .asp so that I will not run into this again. I don't want to let some faulty programming ruin my day again, I want complete control.
You can just go into the IIS mappings and map the .html file extension to go to the .ASP DLL. Then you can leave your files .html instead of .asp and everything should work fine.
To add the mappings, you want to go to the web site properties in IIS Manager. Then the Home Directory tab, then click the Configuration button. From there you want to make the mapping for .html match the entry for .asp.
-Shuvi <<
I have a site with a few dozen pages. It started out plain HTML. I migrated to ASP because I wanted to use "includes" for footers, menus, and so on - you know, the boilerplate code I didn't want to have to change in 50 pages, but change in 1 file and have it reflected in 50. I also have a guestbook, based on ASP and Access database. There is a forum and a mailing list signup as well.
I do not have any such string at the top of ANY of my pages. I simply renamed the files from myfile.html to myfile.asp and added the includes and the forum, guestbook, etc. Made no other changes. It was working for nearly a year, then the ISP upgraded to server2003 and now my site literally crashed once a week, always on Friday/Saturday, and only the ASP pages die, the plain pure mypagetoo.html pages still are displayed, anything with an ASP extension, even if it's just an HTML file with an include in it won't display.
The ISP blames me and my code, I say "it worked BEFORE your upgrade. He says my site is the only one with issues. I ask, then why did it work before the move to 2003?
I'll post a whole new message under another topic, but this one caught my eye. I'm so desperate! It's a site that is helping to keep my wife's small store alive and without it, we could lose much. We'd be in a big hole if not for the orders this site generates.
Shadows Papa