What changes within IIS (running on Win2003) need to be made to allow
SSI's to be processed with a standard HTML page?

Steve

Re: IIS modification for SSI? by Jason

Jason
Thu Dec 09 18:28:18 CST 2004

You just need to add a script mapping for .html which matches the already
existing mapping for .shtml

website properties->Home directory->configuration->Mappings->Add

extension: .html
executable C:\WINDOWS\system32\inetsrv\ssinc.dll
script engine
verify file exists
and I'd limit to GET and POST (maybe not even POST) unless you know you need
other verbs


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.



"Steve Grosz" <boise_bound@hotmail.com> wrote in message
news:ebS2I2k3EHA.2156@TK2MSFTNGP10.phx.gbl...
> What changes within IIS (running on Win2003) need to be made to allow
> SSI's to be processed with a standard HTML page?
>
> Steve