Server Side Includes not working on IIS 5

Server Side Includes not working on IIS 5

am 05.12.2007 20:30:39 von unknown

Hi,

I have a web page (Index.shtml), which contains an include line: .

The included file simply contains:

TEXT

.

This works fine on my Win 2000 server across the network, but when I access the page locally via localhost, I get a 404 Object Not Found error.

I have checked that .shtml maps to ssinc.dll in IIS Manager.

Could anyone suggest anything else I may be missing?

Any help would be most appreciated.

Best wishes, Patrick


EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com

Re: Server Side Includes not working on IIS 5

am 05.12.2007 22:03:52 von David Wang

On Dec 5, 11:30 am, Patrick Skelton wrote:
> Hi,
>
> I have a web page (Index.shtml), which contains an include line: .
>
> The included file simply contains:

TEXT

.
>
> This works fine on my Win 2000 server across the network, but when I access the page locally via localhost, I get a 404 Object Not Found error.
>
> I have checked that .shtml maps to ssinc.dll in IIS Manager.
>
> Could anyone suggest anything else I may be missing?
>
> Any help would be most appreciated.
>
> Best wishes, Patrick
>
> EggHeadCafe - .NET Developer Portal of Choicehttp://www.eggheadcafe.com


Can you clarify what you mean by "when I access the page locally via
localhost".

Do you mean:
1. You logged onto the Win2000 server across the network and then ran
IE to open the page via localhost
2. You logged onto your own machine, opened IE, and tried to access
via http://localhost


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//