This topic is locked

Add a page to a template

3/11/2005 11:07:19 AM
ASPRunnerPro General questions
S
Sfisher author

I'm evaluating ASPRunnerPro.
I've modified the login template to call a sendmail.asp template in case of forgotten passwords.
I notice when I build, the appropriate variable aren't replaced in the sendmail.asp template.
I get:

strLeftWrapper="##LEFTWRAPPER##"

strRightWrapper="##RIGHTWRAPPER##"

cLoginTable = "##LOGINTABLE##"

cUserNameField = "##USERNAMEFIELD##"
I want:

strLeftWrapper="["

strRightWrapper="]"

cLoginTable = "[dbo].[Donors]"

cUserNameField = "UserId"
Is there a way to add sendmail.asp into the template process so that the variable get filled in?

Sergey Kornilov admin 3/12/2005

In current version of ASPRunnerPro additional ASP files won't be processed by template engine.
We definitely plan to add this feature in April.