EPiServer Login failed
Hi,My operating system is windows10, use Microsoft account login. When I visited the site VS was created, for example: http://localhost:54656/episerver . But i use the same Microsoft account login...
View ArticleGetting "cannot insert value Null" errors with WSFederation...
Hi, there,I am trying to set up WsFederation authentication to my project to test a behavior. If I bypass it, the site runs correctly. Once I set up the configuration, I get these errors. Any idea of...
View ArticleSql errors
Hi,I need help.Sometimes we have these errors on prod machine.But we can not reproduce on other environments.System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleCreating a new environment
Hi, there,I inherited a project that works well when the website uses the domain https://localdev.mysite.com/ I would like to change this so that I can develop from http://localhost:7001So I made a...
View ArticleImage Editor Access
At my client, the user Role 'Editor' is permitted to import images in the Media Folders but only Administrators are allowed to save changes using the EPiServer Image Editor.There is nothing specific in...
View ArticleBack-end language in multisite environment
Hello!Is it possible to change language for edit and admin modes when you have multiple sites so that each site has a differente language for the CMS? I know it's possible to set this per user, but I...
View ArticleErrror Uncaught Sys.WebForms.PageRequestManagerTimeoutException:...
I'm using a Event page and data is retrieving using epi server find.So i have used Event page in two places in the web site.(www.example.com/events and www.example.com/official/eventList )In one place...
View ArticleTinyMCE Browser Spell Checking
How can we switch on the browser spell checking as per TinyMCE's instructions?The current plug-in is not working for my client's site as it is not utilising the multiple languages. If we make the...
View ArticleAsync ActionResult
HiI have this a method: public override ActionResult Index(someobject)Which I want to turn into: public async Task<ActionResult> Index(someobject)However above does not work.Anyone got an idea to...
View Articlewildcard domain setup
I want to run a multisite setup, hosted in Azure Website.site1.domain.comsite2.domain.comsite3.domain.comsite4.domain.comI have not found any EPiServer document that goes into detail about that for...
View ArticleIs it possible to hide "Visible to" option in EPiServer CMS 7.5?
Hello!Our client doesn't want the editors to have access to the option "Visible to" in edit mode that is shown when editing a page. Does anyone know if this can be done? and in that case, how?Thanks
View ArticleChange response type in block controller
Hello everyone,I'm trying to create a block that generates a PDF using some data that are send from user by POST. I created an action controller and PDF is being generated just fine. The problem is...
View ArticleIE11 cart issue on V6
Hi, if you are shopping on the site you can add items to the cart.When you proceed to checkout, then Login as an exisitng client the contents of the shopping cart are lost.On testing I found that the...
View ArticleHow to return the "Missing" properties
Hello everyone,We have a page in the project that contains 2 properties:[Display( GroupName = Global.GroupNames.Header, Order = 101)] public override string SiteTitle { get; set; }[Display( GroupName =...
View ArticleHow to create content based on same PageData different Template?
The current learning is limited to different PageDate corresponding to the specified Template. But I would like to create two groups of content, based on the same PageData, different Template, how can...
View Articlecustom visitor group criterion
Hello,is there any documentation / example on how to implement this, end to end preferably?I did a search on the forum and saw a few posts from 2010, but I'd loike something a bit more up to date. I am...
View ArticleCreating a new environment
Hi, there,I inherited a project that works well when the website uses the domain https://localdev.mysite.com/ I would like to change this so that I can develop from http://localhost:7001So I made a...
View ArticleI can't see the page tree in the CMS
Hi,When I run my site using Windows Authentication, I am able to access the CMS area. However, when I use WS_federation, I have not been able to do it. I was able to access the page by changing the...
View ArticleCMS 6 - Into Windows 8
I have problem with intallation Episerver CMS 6 into Windows 8, IIS8 any ideas?
View ArticleHow to Group Property Criteria in Criteria Search
Currently I want to use criteria search to filter content, the filters are page types and keywords. And I want to do something like this:(typeCri1 || typeCri2 || typeCri3) && (textCri1 || text...
View Article