Re: Content Class Sharing between two Reddot CMS Servers

2010-06-29 Thread Komal
Hello Eric, Thanks for your reply! Eric, Can you please explain what is the meaning of the statement "If the two servers are part of the same cluster"? Are you talking about something like , if we install the same CMS Servers at two separate machines may be because of the requirement of extra sp

Re: Content Class Sharing between two Reddot CMS Servers

2010-06-29 Thread Eric Koleda
Hi Komal, I believe that content class sharing is only possible if the two servers are part of the same cluster. If these two servers are in different environment (prod vs dev, etc) then there would be no way to automatically share the content classes. You could do project imports and exports ma

Re: Email Setting Test

2010-06-29 Thread reddotrich
Just a quick thouhgt, but is your exchange server set up to send mail from the address specified? i.e. is it a valid email address you are trying to send from Rich On Jun 29, 3:28 pm, Arsalan wrote: > Thanks for your reply. Unfortunately, I'm having no luck in setting up email > in v9. I setup

Re: Email Setting Test

2010-06-29 Thread Arsalan
Thanks for your reply. Unfortunately, I'm having no luck in setting up email in v9. I setup RD to use our internal mail server but I'm still not receiving any emails. From: reddotrich To: RedDot CMS Users Sent: Fri, June 25, 2010 2:54:49 AM Subject: Re: Emai

Re: replacement for render tag

2010-06-29 Thread Tony Gayter
Why don t you make the templates in reddot ouput the data from reddot into xml files and then you can remove all c# preexecute from teh cms and you could then have teh c# fully in visual studio with full dubugging? We use this method by outputting the static pages for the site and also outputting

Re: replacement for render tag

2010-06-29 Thread TonyGayter
Why don t you make the templates in reddot ouput the data from reddot into xml files and then you can remove all c# preexecute from teh cms and you could then have teh c# fully in visual studio with full dubugging? We use this method by outputting the static pages for the site and also outputting

Re: replacement for render tag

2010-06-29 Thread reddotrich
Hi, We are putting it in a c# object in order to get it out of Red Dot. Our website is run off a db and uses objects to pass the data around. The most important reason is that only part of the site is edited in Red Dot, so we need to combine the data from Red Dot with the data from the other sourc