image rotator

Discussion in 'ASP.NET / ASP.NET Core' started by jokerswild, Feb 28, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I come from a unix hosting background. I've done server side includes (SSI) for image rotation. but here we can't use .shtml files. Is there anything I can use to change images (like a banner ad) when a user loads a website? I want it to load an image & have the image click to a specific section (specials) of the site.

    Thanks
     
  2. The SSI functionality also works with ASP.NET files, so your <!--#include--> will work the same way as in .shtml files.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. do I end the index with .asp or .asx? I've seen both, what's the difference (if any)??
     
  4. It depends on what other type of code you are or will be using. For classic ASP, use the extension .asp. For ASP.NET, use the extension .aspx. Either one will work for the SSI.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Bruce

    Bruce DiscountASP.NET Staff

  6. no I am not proficient in asp. For what I am doing, I'll basically be converting the shtml files to asp.net, so the image rotator will work. The site itself is not designed for asp.net. There are other parts to the site from an external vendor that will be installing some asp stuff.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page