On Fri, 24 Sep 2004 12:09:07 -0700, Jayashree
<> wrote:
>I am trying to configure a new site with IIS. I set up the virtual directory.
>When I tried to view it, by typing the ip addr. it does go to the index.shtm,
>but goes to another page.
>Then when I tried to view the index.shm it shows only the html content. It
>gives a file not found error for the Virtual Incude (asp ) files. Is there
>something to be done to view the virtual include files?
>Any Suggestions?
Anything with a SHTM or HTM extension isn't processed by the ASP DLL,
so if you're trying to run ASP use the ASP extension. If you're
trying to do an include, make sure you enabled SSI, if you use IIS6
it's not enabled by default. See the IIS group for help in that.
Jeff
|