sitecore

Your session may have been lost due to a time-out or a server failure. in Sitecore 8.1

夙愿已清 提交于 2021-02-08 04:43:20
问题 Recently we migrated Sitecore 8.0 to 8.1. We are facing below issue in Sitecore 8.1. While adding Images to page, I am getting below error. [The operation could not be completed. Your session may have been lost due to a time-out or a server failure. Try again.] 回答1: We encountered the same issue on our clean install of 8.1 after having been on 8.0 for some time. The issue is likely due to having bot detection enabled on your CM server. The fix: Edit Sitecore.Analytics.Tracking.config on your

Sitecore Workbox make Comment Textbox Required

喜夏-厌秋 提交于 2021-01-28 03:59:11
问题 In sitecore workbox for some actions we can allow the user to type some comments by turning off the "Supress message" property. Is it possible to make them required? 回答1: I have written a blog post about making the comment for Reject command obligatory. You should be able to adapt this solution to your needs easily: sitecore workflows - mandatory comment for reject command 来源: https://stackoverflow.com/questions/16895043/sitecore-workbox-make-comment-textbox-required

How to access the selected item in a Droplist in Code Behind? [duplicate]

随声附和 提交于 2020-08-11 17:34:34
问题 This question already has an answer here : How to access drop down list field type selected value in sitecore (1 answer) Closed 5 years ago . I have a Droplist in one of my templates which is populated with some content items. In Code Behind I want to access the selected Item in the Droplist. I searched Google, but haven't found anything. Anyone can show me how to access a Droplist and get its selected Item in C#? 回答1: The answer isn't quite as straight-forward as you think. Sitecore has two

HTTP Error 503.2 - Service Unavailable. The serverRuntime@appConcurrentRequestLimit setting is being exceeded

拜拜、爱过 提交于 2020-06-24 08:33:09
问题 I have a intranet SiteCore website set up on IIS 7 which randomly throws the following error message HTTP Error 503.2 - Service Unavailable The serverRuntime@appConcurrentRequestLimit setting is being exceeded. To fix this issue, I have made following changes Increased the Queue Length of application pool myrjetAppPool from 1000 to 65535. Modified Machine.Config to increase requestQueueLimit property of ProcessModel element to 100000 Increased appConcurrentRequestLimit to 10000 by running C:

HTTP Error 503.2 - Service Unavailable. The serverRuntime@appConcurrentRequestLimit setting is being exceeded

…衆ロ難τιáo~ 提交于 2020-06-24 08:32:03
问题 I have a intranet SiteCore website set up on IIS 7 which randomly throws the following error message HTTP Error 503.2 - Service Unavailable The serverRuntime@appConcurrentRequestLimit setting is being exceeded. To fix this issue, I have made following changes Increased the Queue Length of application pool myrjetAppPool from 1000 to 65535. Modified Machine.Config to increase requestQueueLimit property of ProcessModel element to 100000 Increased appConcurrentRequestLimit to 10000 by running C:

Implementing Breadcrumbs on Sitecore

半世苍凉 提交于 2020-04-19 06:18:30
问题 I just wanna ask if there is someone here that have already made a breadcrumbs in Sitecore. I'm currently doing a Sitecore 8 MVC project that needs to have a breadcrumbs. Currently I saw this website http://blog.ryanbailey.co.nz/2015/05/breadcrumbs-for-pages-in-sitecore.html. But It doesn't work for me yet because I don't know what to reference. I just need to know how to get every item in the path of my current page I can handle it already. Thanks 回答1: Something like this should do it:

Sitecore7.5 安装指南 -- 配置Sitecore体验数据库

风流意气都作罢 提交于 2020-03-02 06:09:20
Sitecore 体验数据库 (Sitecore xDB) 是营销模块的中央数据存储库。它收集并连接一个单试图中的所有客户的交互,并且可以实现快速、个性化、自动化体验。 Sitecore 的 xDB 使用 MongoDB 作为一个集合数据库。 1. 前提条件 安装 Sitecore xDB 7.5 需要满足一下条件: Sitecore CMS 7.5 or 更高 Sitecore 许可文件支持 Sitecore xDB Microsoft SQL Server 2008 R2 SP1 或 SQL Server 2012 Microsoft Silverlight 4 或更高 MongoDB 2.6.1 或更高 2. 配置过程 Sitecore xDB 包含在 Sitecore XP 包中,不需要分别安装。 三个步骤配置 Sitecore xDB : 配置报表数据库 - 导入 Sitecore.Analytics.mdf 数据库文件到 SQL Server 。报表使用这个数据库。 在 ConnectionStrings.config 文件中,自定义如下字符串: <add name="reporting" connectionString="user id=_username_;password=_password_;Data Source=_server_;Database

Sitecore7.5 安装指南 -- 从.EXE文件安装Sitecore CMS

丶灬走出姿态 提交于 2020-03-02 05:38:24
Windows vista / Windows 7 / Windows 8 安装之前的步骤 安装之前需要开启Detect application installations 和 prompt for elevation UAC (User Account Control) configuration security policy.(系统默认是开启的) UAC (用户账户控制)配置 检查系统设置: 使用 administrator 登陆系统 同时按下 WIN+R ,打开 RUN 窗口 在 RUN 窗口中输入 secpol.msc ,并按下回车键 点击 Continue, 打开 Local Security Policy 窗口 在左侧窗口中展开 Local Policies 并且选择 Security Options 在右侧面板中把User Account Control: Detect application installations 和 p rompt for elevation policy设置为开启。 安装过程 打开安装程序 Sitecore 7.5. rev.XXXXXX.exe ,启动安装向导。根据安装过程中的设置,自动修改 Sitecore 的配置文件。 欢迎窗口 点击 下一步 ,阅读 许可协议 。 阅读许可协议,选择适当的选择,点击 下一步 。 安装类型

Sitecore7.5 安装指南 -- 通过ZIP文件安装

二次信任 提交于 2020-03-02 05:25:41
安装过程概述 这部分介绍如何通过 Sitecore CMS 的 ZIP 文件安装 Sitecore 。 安装 Sitecore 的实例: 安装 Microsoft .NET Framework 4.5. 确认 IIS 已经开启 ASP.NET 为项目选择一个目录,例如 C:\InetPub\wwwroot\ProjectName. 解压 .zip 文件,创建如下目录 C:\InetPub\wwwroot\ProjectName\Website C:\InetPub\wwwroot\ProjectName\Data C:\InetPub\wwwroot\ProjectName\Databases 设置目录的权限;参见: XXXX 把 license.xml 文件放到 /Data 目录下, /Data 目录的位置在 web.config 文件中配置。 <sc.variable name="dataFolder" value="/data" /> 这个设置必须改为绝对目录,比如: C:\InetPub\wwwroot\ProjectName\Data 把 /Database 目录的数据库文件导入到 SQL Server. 编辑 /Website/App_config 目录下的 ConnectionStrings.config 文件。 配置每个数据库的连接,例如: <add name=