Robert Rodgers
|
| Posted: 05/29/2002, 4:56 PM |
|
Using ASP w/templates.
I have many of my own constants and function and procedures currently I am
adding them to the top Common.asp file. My list is getting long and I was
wondering if I could move this to a separate file. and then just use an
include directive to ease maintenance. Currently I see no way of just
adding a blank ASP file to the project. It seems to want to associate them
with a page and include a bunch of functionality I don't need. I would like
to keep this within the IDE if possible.
Any Ideas?
Thanks
Rob
|
|
|
 |
CodeCharge Support
|
| Posted: 05/30/2002, 3:02 AM |
|
Hi Rob,
Currently this functionality is not available, but it is on our list and
should be available next month, possibly as an additional update for CCS.
In the meantime, please try manually creating the include file and place it
in your project's folder.
Then modify Common.asp to include that file.
Regards,
Konrad
"Robert Rodgers" <Robert@SylvanComputing.com> wrote in message
news:ad3ps3$jt7$1@news.codecharge.com...
> Using ASP w/templates.
>
> I have many of my own constants and function and procedures currently I am
> adding them to the top Common.asp file. My list is getting long and I was
> wondering if I could move this to a separate file. and then just use an
> include directive to ease maintenance. Currently I see no way of just
> adding a blank ASP file to the project. It seems to want to associate
them
> with a page and include a bunch of functionality I don't need. I would
like
> to keep this within the IDE if possible.
>
> Any Ideas?
>
> Thanks
> Rob
>
>
>
|
|
|
 |
|