With my limited limited knowledge of RD, what I figured is that <!--RDExecute=asp--> statement in the page, SmartEdit knows to process the page as ASP but when it is published to the webserver with HTML extension (which is the default) , server doesn't know what to do with the code and it just considers it as HTML code. I got the page working by forcing the extention to ASP in the published page.
________________________________ From: markus giesen <[email protected]> To: RedDot CMS Users <[email protected]> Sent: Tuesday, August 18, 2009 6:10:50 PM Subject: Re: Problem publishing ASP Page come on, share some knowledge... :) How did you do it? On 19 Aug., 07:06, Arsalan <[email protected]> wrote: > Disregard my post. I think I figured it out. > > ________________________________ > From: Arsalan <[email protected]> > To: RedDotCMS <[email protected]> > Sent: Tuesday, August 18, 2009 2:44:33 PM > Subject: Problem publishing ASP Page > > I'm trying to publish a page that has new headlines that are linked to detail > pages. These news articles are being pulled from the a Access database. > Following is the ASP code that creates the link. > > <a > href="<%anc_Newsdetail%>?id=<%=RecordSet.Fields("id")%>"><%=RecordSet.Field > s("Title")%></a> > > Under SmartEdit and Page preview everything looks great but when I > publish the page, it publishes ASP code as HTML code (because I can see > it when I view source). I have <!--RDExecute=asp--> in the top of > the page but still no luck. Could it be that the published page has an > extension of html instead of ASP ? If so, how can I change that ? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en -~----------~----~----~----~------~----~------~--~---
