Forum Moderators: phranque

Message Too Old, No Replies

ASP on HTML Pages

Configuring for IIS

         

brotherhood of LAN

4:13 pm on Aug 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have IIS installed on XP Pro.

I want to parse .htm files through the ASP component. How is it done..what needs to be tweaked and where? :)

Help is mucho appreciated.

Dreamquick

4:34 pm on Aug 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Go to the properties for the website, select the "home directory" tab, click the configuration button.

Add an extra line here which associates .htm with the same dll as the .asp is mapped to.

evinrude

4:34 pm on Aug 19, 2002 (gmt 0)

10+ Year Member



An answer posted about a year ago for Win2K/IIS 5.0

http://www.webmasterworld.com/forum21/868.htm [webmasterworld.com]

brotherhood of LAN

5:30 pm on Aug 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thanks - done without a hitch

:)

txbakers

1:19 am on Aug 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You shouldn't have to map HTM files. IIS reads HTM files automatically. ASP files don't have to be mapped either. It comes with it as part of the IIS installation. If you want to run Perl scripts, you'll need to map the perl extensions, but the ActiveState installation usually does that for you.