Benoit Sarton
|
| Posted: 01/15/2003, 1:24 PM |
|
I want to relook an older site by inserting some codecharge asp generated code inside html files. But if possible I would like to preserve the links from search engines to my older html referenced pages. Could someone tell me if I can either :
1. Get all .html files automatically redirected to their .asp homonyms, OR
2. Get all .html files pre-processed by iis as if they were .asp file ?
( don't blame my win2k admin for not knowing, it's me)
Ben
|
|
|
 |
EMG
|
| Posted: 01/15/2003, 1:46 PM |
|
Yes you can run asp scripts in .html files:
Go to IIS MMC and view properties on the root site:
Home Directory/Configuration/App Mappings
Add the .html extension and set the executable path to
C:\WINNT\System32\inetsrv\asp.dll (or wherever your Asp dll is)
|
|
|
 |
|