Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/regex/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net Sitecore 301重定向模块IIS错误0x800703e9_Asp.net_Regex_Iis_Redirect_Sitecore - Fatal编程技术网

Asp.net Sitecore 301重定向模块IIS错误0x800703e9

Asp.net Sitecore 301重定向模块IIS错误0x800703e9,asp.net,regex,iis,redirect,sitecore,Asp.net,Regex,Iis,Redirect,Sitecore,我是.NET和Sitecore新手一切都很好我正在习惯Sitecore及其工作方式,然后我决定安装,我做了一些研究,错误似乎是由堆栈溢出引起的,我的所有重定向在500页中收到此错误: **Detailed Error Information** ------------------------------ Module ManagedPipelineHandler Notification ExecuteRequestHandler

我是.NET和Sitecore新手一切都很好我正在习惯Sitecore及其工作方式,然后我决定安装,我做了一些研究,错误似乎是由堆栈溢出引起的,我的所有重定向在500页中收到此错误:

**Detailed Error Information**
------------------------------
        Module ManagedPipelineHandler

        Notification    ExecuteRequestHandler    
        Handler ExtensionlessUrlHandler-Integrated-4.0  
        Error Code  0x800703e9
我的正则表达式模式的格式如下:

/([^/]+)(?=/[^/]+/?$)
我的项目的补丁类似于/Home/solutions/example,应该发送到:www.mysite.com/en/example

我的解决方案运行在asp.net 4.0和Sitecore 7中,我有两个版本EN和FR

你知道我该如何修复这个错误或是遇到类似问题的人吗


ps:我如何删除此模块中的重定向,因为即使我删除它们,它们仍处于活动状态。

如果您已删除主控中的某个项目,并且希望将其从web中删除,则需要发布父项。另外:下次更新您的问题,而不是删除并创建新问题。我的答案是一样的:将源代码添加到解决方案中并开始调试。你知道怎么做吗?我找到了,但我什么也没发现,在我的最后一个问题中,有人说可能是语言倒退导致了这个问题。你知道这意味着什么吗?我目前正在研究我的解决方案,我有一个问题,我必须在我的解决方案中使用EN/FR语言,所以我在每个重定向中都添加了这两种语言,这样Sitecore就可以重定向到正确的语言,但它总是使用一种语言,这是什么原因?