IIS and Server Side Includes
Results 1 to 3 of 3

Thread: IIS and Server Side Includes

  1. #1
    Registered User
    Join Date
    Oct 2000
    Location
    Kansas City, MO
    Posts
    1,162

    IIS and Server Side Includes

    I cannot get my ssi files to work on IIS5.

    here is the line

    "<!--#include file="includes/inc-BMAfooter_top.htm"-->"

    If I view the file as a plain html file in IE the SSI works(U:\document.htm), but if I view it from the server it dosent (http://server/document.htm)

    Does anyone know of a solution?

  2. #2
    Registered User storm's Avatar
    Join Date
    Apr 1999
    Location
    fredericksburg, va, usa
    Posts
    322
    Explain what your server side include is and what product are you using to make the web. For the most part IIS has very little to do with SSIs unless that is you're using Front Page, in which case you need the server extensions installed and configured for the site.
    "no eternal reward will forgive us now for wasting the dawn"

  3. #3
    Registered User
    Join Date
    Feb 2001
    Location
    Lincoln, NE, USA
    Posts
    34
    This is the manual way to get it to work

    Open up the Registry and add this value:

    hkey_local_machine
    /system
    /currentcontrolset
    /services
    /w3svc
    /parameters
    /scriptmap
    .stm: REG_SZ: c:winntsystem32inetsrvssinc.dll


    where the .stm is, you can probably add whatever you want for the extension, then probably restart iis and your should be good.
    tootall
    www.tootall.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •