[thelist] SSI's in ASP.Net

Ken Schaefer ken.schaefer at gmail.com
Thu Sep 30 14:34:20 CDT 2004


I suspect that this is related to your other problem (namely that
.aspx pages are not mapped to the ASP.NET ISAPI Extension .dll). So
it's being served as a plain HTML page with no server-side processing,
including no server-side processing of #include directives.

In any case, for items like navigation, I think you're better off
using a user control rather than an include.

Cheers
Ken


On Thu, 30 Sep 2004 11:45:18 -0500, Casey Crookston
<casey at thecrookstons.com> wrote:
> Still learning the basic in's-n-outs of ASP.NET.  How come a basic server
> side include won't process?
> 
> <!-- #include file = "includes/navigation.aspx" -->
> 
> There is no error... it just simply does not include.  The path is correct
> and the file exists.
> 
> Thanks.


More information about the thelist mailing list