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)
page to ASP conversion and Preview .page consisting of ASP tags
shameem
Issue 1: Enabling the Generate ASP option.
We have a requirement to generate ASP pages. In order to get the Generate ASP option, I heard that we need to modify "/opt/iw/iw-home/ApplicationContainer/server/default/deploy/iw-cc.war/WEB-INF/conf/livesite/ui_filesys.xml".
We actually able to edit the file and successfully generate the page. Is it right way to edit the file directly in application container. Is it not something like we need to keep this file outside the app container (for e.g. iw-home/TeamSite/local/config/lib/content_center/livesite_customer_src/etc/) and build the toolkit so that it can be included in WAR file. If yes, please guide me where I can keep the file.
Issue 2: Preview the .page consisting of ASP tags.
We have a component with ASP code and is included in the .page. While previewing the page, ASP code is not processed as expected.
<%
if pageHeader = "true" then
%>
SOME HTML FRAGMENT TO SHOW AND HIDE.
<%
end if
%>
Any help to resolve the preview issue of the .page which consists of ASP code init.
Find more posts tagged with
Comments
There are no comments yet