Skip to main content
February 19, 2007
Question

File extension for .shtml and .asp pages

  • February 19, 2007
  • 3 replies
  • 891 views
Hi,

I want to include server side includes on .asp pages and wonder what extension to name the file. I thought pages that use server side includes need to use the .shtml filename extension while Active Server Pages need to use .asp. Any help will be appreciated.

Regards,
Henry
This topic has been closed for replies.

3 replies

Inspiring
February 19, 2007
you don't have to, but you can. It can be html, or asp.
Inspiring
February 19, 2007
you can use a SSI on an asp page. And you can include an asp page within an asp page.
Inspiring
February 19, 2007
On 19 Feb 2007 in macromedia.dreamweaver.appdev, Henry Flash wrote:

> I want to include server side includes on .asp pages and wonder what
> extension to name the file. I thought pages that use server side
> includes need to use the .shtml filename extension while Active
> Server Pages need to use .asp. Any help will be appreciated.

ASP pages use the same syntax for includes as shtml pages.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
February 19, 2007
Hey Joe and envision3d,

So, if I understand you both correctly, if I use server side includes on an asp page, I should name the page with an extension of .asp?

Thanks for you help,
Henry