Questions tagged [episerver-6-r2]

37 questions
0
votes
1 answer

Page version history gone

I have a EPiServer CMS 6 R2 website where several pages appear to have lost all previous page versions. Only the current version remains. This has affected about twenty pages, on a website with several hundred. The web editors cannot remember if…
carruw
  • 361
  • 5
  • 10
  • 21
0
votes
1 answer

Installing an existing EPiServer v6 site and database

Im totaly new at EPiServer and i have a site that i need to install on my machine. I will develop this site in Webforms as v6 do not support MVC pattern. I have all the files from the project as well as the database but when i launch Deployment…
WhoAmI
  • 1,188
  • 6
  • 17
  • 47
0
votes
1 answer

Is there any way to force "View as Visitor Group" to show in edit mode?

The "View as Visitor Group" option only shows in the EPiServer editor when there is content for visitor groups added to the rich text areas. If you have code based customisations then this makes it hard to preview your changes. Is it possible to…
Tim Abell
  • 11,186
  • 8
  • 79
  • 110
0
votes
1 answer

How to create a package in EPIServer to make it deployable in client side

I have written a code in EPIServer for creating a pagetype from code . Now I want to deploy it in client side with the help of package like things. For this the client prefer .episerverdata file . Now my question is that how to build that file and…
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
1 answer

Rewriting "/bin/" but going to 404 page instead

I am using a third-party URL rewriter, Helicon Isapi Rewrite, in my Episerver site. One of my rewrite rules contains "aaa/bin/yyy" in the 'from' URL. When I hit the full URL expecting to see the rewritten URL, I see a 404 page. All rewrites without…
gmancoda
  • 55
  • 2
  • 10
0
votes
1 answer

Unit Test EPiServer Extension

In EPiServer, how would someone go by testing an extension like so: public static class LinkItemExtensions { public static T GetTypedPage(this LinkItem link) where T : TypedPageData { return (T)…
leon
  • 762
  • 1
  • 10
  • 24
-1
votes
2 answers

EPiServer: CS1061: 'System.Web.UI.Control' does not contain a definition for 'CurrentPage' ...?

have a little problem with this EPIServer error: CS1061: 'System.Web.UI.Control' does not contain a definition for 'CurrentPage' and no extension method 'CurrentPage' accepting a first argument of type 'System.Web.UI.Control' could be found (are you…
Tinko
  • 27
  • 1
  • 3
1 2
3