This topic is locked
[SOLVED]

 Code to insert an include file

3/4/2010 6:59:08 AM
ASPRunnerPro General questions
D
danivale author

I'm tryng to write this code using asprunner
<!--#include file="../adovbs.inc"-->
I created an Event to execute a Stored Procedure "after record updated" in an Edit page, but it needs the adovbs.inc inclusion.
I don't know how and where to write this: <!--#include file="../adovbs.inc"-->
I tried to write it by myself in my output\include\page_events.asp at the top of the file and everything run ok, but when I build my project the line is deleted.
Any suggestion is welcome

D
danivale author 3/5/2010

Discovered by myself:
added
%>

<!--#include file="../adovbs.inc"-->

<%
in "After Application Initialized"