Questions tagged [ektron]

This tag refers to the Ektron CMS400.NET content management system.

Ektron is a privately held software company based in Nashua, New Hampshire. It provides web content management and customer experience management software. Ektron's primary product is Ektron Web Content Management, formally "Ektron CMS400.NET" which is an enterprise-level content management solution. It is built on the Microsoft .NET Framework. Version 9.0 was released June 28, 2013, with multiple point releases.

Ektron was founded in 1998. Its original product was eWebEditPro, a browser-based HTML editor. Ektron entered the content management market in the early 2000s with the release of CMS100 and CMS200. It moved to the Microsoft .NET platform with the release of CMS400.NET in 2003.

More details can be found at the product page below:

http://www.ektron.com/Products/Web-CMS/Web-Content-Management/ http://en.wikipedia.org/wiki/Ektron

274 questions
12
votes
2 answers

How to prevent long running requests in an IIS worker process?

In the screenshot above, you can see there were two requests open for a worker process for over 7 hours. Is there a setting somewhere in IIS that can automatically kill requests over a certain duration? Clearly there is a bug on a page somewhere…
sst4460
  • 353
  • 1
  • 2
  • 16
10
votes
5 answers

How can I modify the entire ASP.NET page content right before it's output?

I have a page that has a bunch of user controls on it. I want to be able to have "macros" or "placeholders" directly in the content that will get replaced in my code. It shouldn't really matter, but I'm using Ektron as my CMS. Are there any page…
John B
  • 20,062
  • 35
  • 120
  • 170
7
votes
2 answers

Ektron Error log

In Ektron ,how errors or exceptions are handled.Is there any method to handle this? Any table in Ektron DB stores errors or exception.How we handle events using the class Ektron.Cms.EkException?
Nimmi
  • 680
  • 8
  • 18
6
votes
3 answers

Startup guide for ektron

What is the best way to start with ektron? Any ebook reference and video links for novice developer. I want to teach anatomy of ektron cms. Many thanks, Jigar
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
5
votes
3 answers

.NET OutputCache directive not working

I've been having strange cache issues and put together a very simple .NET page with an output cache directive. However, the page is not caching (the content updates on every refresh). I have a simple, minimal site of our CMS (Ektron v. 9.0 SP2)…
user0474975
  • 149
  • 3
  • 13
4
votes
5 answers

C# converting int to Int64

we are in the process of upgrading our crappy cms system and the new assemblies have changed from int to int64. I'm running into a problem when trying to build now. I've tried casting but it doesnt seem to help. here is one excerpt of code that…
Tyler Miranda
  • 423
  • 9
  • 22
4
votes
3 answers

ajax call to c# mvc sends both post and get

I've looked at several solutions for making an ajax call and by not this issue mentioned anywhere i feel it might be something specific to the environment i'm working with. My controller: [HttpPost] public ActionResult…
edank
  • 599
  • 7
  • 16
4
votes
1 answer

EkException class in Ektron

I am working in Ektron 8.6 I am trying to use the helper functions in the EkException in my ektron website. I tried using the following code: Exception ex=new Exception("Test exception"); …
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
4
votes
0 answers

Multivariate Testing in Ektron

I am working in Ektron 8.6. I am working with Multivariate Experiment. After setting an experiment, I could see proper results in experiment widget (both HITs and Conversions). But the issue is with multivariate_report table, it’s not updating HIT…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
4
votes
1 answer

FormBlock Server Control in Ektron

I am working in Ektron 8.6. I have a FormBlock Server Control in my Template Page,It is having a DefualutFormID of a valid HTML form from workarea.The form in the workarea have got few form fields and their corresponding values. While the template…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
4
votes
3 answers

How to select library items that belong to a taxonomy in Ektron

I'm using Ektron CMS version 8.5 SP2. I have some items in a taxonomy. Some are actual pages, some are library items (documents like Word files and PDFs). Let's say there are 3 pages and 2 library items for a total of 5 items in my taxonomy. I use…
nedlud
  • 1,820
  • 4
  • 19
  • 33
3
votes
2 answers

XSLT - Using substring with copy-of to preserve inner HTML tags

I have some XML like this:

Lorem ipsum dolor sit amet, consectetur adipiscing elit.Nulla vel mauris metus. Etiam vel tortor vel magna bibendum euismod nec varius turpis. Nullam ullamcorper, nunc vel auctor consectetur,…

mcclimonth
  • 33
  • 4
3
votes
1 answer

Ektron Content APIs and ASP.NET MVC

To get the core question out of the way first: has anyone used the Ektron content APIs and can comment on using them to get Ektron CMS content instead of using native Ektron controls? I'd like to use these APIs in an ASP.NET MVC site. Now the…
super_seabass
  • 1,116
  • 7
  • 20
3
votes
1 answer

Wcf Services in Ektron

I am working with WCF Services in Ektron(rrot/Workarea/Services). When i am trying to consume the ContentService.svc service in a client using the following code, ContentManagerClient cClient = new ContentManagerClient(); …
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
3
votes
1 answer

Naming Smart Desktop Widget in Ektron

I have created ans Ektron Smart Desktop widget in Workarea\Widget.But I couldn't change the title of that widget.How to give a title to Ektron Smart Desktop widget.
Nimmi
  • 680
  • 8
  • 18
1
2 3
18 19