Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
migrating asp pages into presentation templates
System
Newbie to templating. Read "teamsite templating developers guide". Do not know any perl language and my immediate task is to convert the existing .ASP pages into interwoven.
In the real world, can I develop the ASP page using interdev and then bring that file into interwoven presentation template and make changes to it? Bascially I am trying to avoid using perl.
is it possible at all? can someone give me an example asp page which was moved to presentation template.
thanks in advance
regards
nath
Find more posts tagged with
Comments
Migrateduser
Nath;
You don't need to change your existing ASP code. All you'd do to generate a .ASP file from templating is:
1. Copy an existing, working version of your .ASP file into your workarea, into a /templatedata/cat/type/presentation directory, and change it's extension to .tpl.
2. replace "dynamic" content with <iw_value> elements. This is usually (but not always) in the HTML parts of the ASP file.
3. Make sure your TS server is set up to virtualize ASP--there are several good KB articles on this on the support site. This is optional, but very useful.
And that's it. You don't need to use perl.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Migrateduser
Mr Bob,
Thank You for pointing me in right direction. .
How can I get access to support site (
https://support.interwoven.com/Supportlogin2.asp
). Is it a free site / paid site.
Thanks
nath
Migrateduser
The license holder (your company or client) got a login ID with their license. You need to track that down, or contact
supportadmin@interwoven.com
if all else fails (try all else first tho please.)
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
error.jpg
Migrateduser
Thank You Bob