A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More

  • Syndicated blog - Posted on: Jan 16, 2008

    Today I got a case where a user reports that their authentication provider has been called a lot. Actually all the time. Since their authentication provider will connect to a transaction server that costs money for each transaction that is not...

  • Syndicated blog - Posted on: Jan 09, 2008

    When you listen to page publish event sometimes you want to need know if it is a new page or it is a update of old page. One way to do it is listen to CreatedPage event. If one page goes through both CreatedPage and PublishedPage events it is a ne...

  • Syndicated blog - Posted on: Dec 28, 2007

    Prerequisite: Vista IIS and IIS Manager SQL 2005 or SQL Express 2005   Microsoft SQL Server Management Studio Express A valid EPiServer License. ( You don't need download the Manager since it does not work on Vista . ) Files   Download EPiServer C...

  • Syndicated blog - Posted on: Dec 12, 2007

    It is common in database driven web application to use id as parameter in querystring. By default EPiServer will assume that id parameter in querystring is only using by EPiServer and will remove it from Request.QueryString. And the recommend way ...

  • Syndicated blog - Posted on: Dec 05, 2007

    I need read opml and translate it to my objects. Instead of work with Xml Document I use System.Xml.Linq :   using System.Xml; using System.Xml.Linq; ... ...   XmlReader reader = new XmlTextReader(opmlUrl); XElement opml = XElement .Load (reader);...

 Workplace: Aurumio AB (6735)
 Community Level: Citizen

Syndication and sharing