Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

include in asp

Wich path have I to use to include a file .int in an asp page?
The strusture of the site is:
/->asp(contains the aps page)->include(contains the int file)
Thank you
[182 byte] By [Leo] at [2007-11-9 15:35:53]
# 1 Re: include in asp
Clean up your typing skills.

You can only include *.inc files not *.int files.

<! include>
--
------------------
Chemical Information Services, Inc.
Mailing Address: P.O. Box 743512 Dallas, TX U.S.A 75374
Corporate Offices: 9550 Forest Lane, Suite 321 Dallas, TX U.S.A. 75243
Tel: 214-349-6200 Ext. 106 Fax: 214-349-6286
www.chemicalinfo.com
"Leo" <info@eurocoopnet.com> wrote in message
news:39586980$1@news.dev-archive.com...
>
> Wich path have I to use to include a file .int in an asp page?
> The strusture of the site is:
> /->asp(contains the aps page)->include(contains the int file)
> Thank you
Jeff Binnig at 2007-11-11 23:41:19 >