EPiServer is an ASP.NET-based CMS (Content Management System).
Questions tagged [episerver-6]
53 questions
0
votes
1 answer
Need help to run an existing EpiServer 6 website in my local environment
I have got an existing Episerver 6 project from client and for some modification i have to run this in my local development machine.I have successfully complied the project but when I am running the project I am getting the error
Page 27 was not…

Utpal
- 805
- 4
- 15
- 44
0
votes
4 answers
Page was not found : 'page id' in Episerver
I got below error while debugging the code:
Exception Details: EPiServer.Core.PageNotFoundException: Page 6535 was not found
Please suggest the appropriate solution
Regards

user2130929
- 45
- 9
0
votes
1 answer
EpiServer PendingPublish is true in PublishedPage event
In EpiServer 6, I need to re-index a page whenever it's published. Inside the PublishedPage event handler, I'm checking whether the page is published or not using:
e.Page.CheckPublishedStatus(PagePublishedStatus.PublishedIgnoreDates)
This method…

Umit
- 53
- 2
- 9
0
votes
2 answers
EPIServer CMS Webservice
I'm trying to use EPIServer Webservice ContentChannelService.asmx to import files to a specific property on a page.
I create the pages programatically and after this I want to use the webservice to populate a "linktoimage" property. Now I have…

Andreas
- 2,336
- 2
- 28
- 45
0
votes
2 answers
Episerver Some images, that really are used, have "no related pages" in filesummary
In Episerver FileManagement some images have "no related pages" in filesummary, but there are pages, that use these pictures. Update, site restart, reindexing didn't help.
Images are displayed by some control that gets image path from…

CheViana
- 3
- 3
0
votes
1 answer
EpiServer Web service 6.0, problems authenticating when using webservice
I'm doing a console applications that will tell the EpiServer webservice to add a page. My problem is that I can't get the autentication to work. I've created a webservice user in Epi backofice. I can login to the webservice through the browser with…

Andreas
- 2,336
- 2
- 28
- 45
0
votes
2 answers
Get the absolute server path(physical path) of file for FileInfo
I'm using an EPi server provider:

Anton Belev
- 11,963
- 22
- 70
- 111
-1
votes
1 answer
A potentially dangerous Request.Form - EpiServer
When quick-editing a page on episerver - it's detecting a potentially dangerous request from one of the textboxes. Now the content to this text box IS potentially dangerous, but I don't want to validate each request. I've followed the obvious…

SkonJeet
- 4,827
- 4
- 23
- 32