SSI on ASP.NET pages?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default SSI on ASP.NET pages?

    I searched on this topic but found no information. Forgive me if it has been
    done to death. Can you have ssi on an asp.net page? I can't get mine to show
    up. If I rename the page with an shtm extention it works fine, but aspx drops
    the include. Thanks

    kartz Guest

  2. Similar Questions and Discussions

    1. Master Pages won't apply to certain document pages
      Hello. I'm working on a book and using a couple of simple master pages. On certain live pages the master pages objects don't show up, but they do on...
    2. building HTML pages from CFM pages
      Does CF have a function that could be used to build static pages from dynamic pages? I realize I could just save the HTML that it outputs as an...
    3. How to print 3 small pages wide by 5 pages tall in one spread?
      Hi Vincent, I'm having a similar problem. My dilemma is that I've created a raffle ticket design and to save paper have tiled them 5 to an A4...
    4. pages used is greater than pages read
      Chavan Koya wrote: What are the settings for RA_PAGES and RA_THRESHOLD No potatoe, no food!
  3. #2

    Default Re: SSI on ASP.NET pages?

    I use it all of the time and it works fine. This is in a C#.NET site, so I'm
    not sure if it makes a different in VB.NET

    <!--#include File="PageName.aspx" -->


    Christopher Hayes Guest

  4. #3

    Default Re: SSI on ASP.NET pages?

    Ahhhh! So the include page has to have an aspx extention also! I'll try that and see what happens.
    Thanks
    kartz Guest

  5. #4

    Default Re: SSI on ASP.NET pages?

    What extension did you have before?


    "kartz" <webforumsuser@macromedia.com> wrote in message
    news:d026pu$q3j$1@forums.macromedia.com...
    > Ahhhh! So the include page has to have an aspx extention also! I'll try
    that and see what happens.
    > Thanks

    middletree Guest

  6. #5

    Default Re: SSI on ASP.NET pages?

    The include had an htm extention. It worked fine on all the other pages with a
    shtm extention. But it won't work on a page with an aspx extention. I tried
    renaming the include to have an aspx extention but it doesn't work. It isn't
    being parsed evidently.

    kartz Guest

  7. #6

    Default Re: SSI on ASP.NET pages?

    I have only used server-side extensions such as .asp or .aspx, or .inc for
    include files. I highly recommend going with .asp or .aspx, and avoiding
    ..inc and .htm.

    The reason is that files with server-side extensions are processed at the
    server. But files with .inc or .htm can have the code read by someone, if
    they know what they are doing.


    "kartz" <webforumsuser@macromedia.com> wrote in message
    news:d02c4m$4nh$1@forums.macromedia.com...
    > The include had an htm extention. It worked fine on all the other pages
    with a
    > shtm extention. But it won't work on a page with an aspx extention. I
    tried
    > renaming the include to have an aspx extention but it doesn't work. It
    isn't
    > being parsed evidently.
    >

    middletree Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139