Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/284.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
C# nopcommerce中的Azure URL编码_C#_Asp.net_Asp.net Mvc_Azure_Nopcommerce - Fatal编程技术网

C# nopcommerce中的Azure URL编码

C# nopcommerce中的Azure URL编码,c#,asp.net,asp.net-mvc,azure,nopcommerce,C#,Asp.net,Asp.net Mvc,Azure,Nopcommerce,我们在AZURE上托管了nopcommerce解决方案 Nop有3种语言LV、EN和RU,并启用了URL搜索引擎优化。 所有URL均基于语言进行编码,例如: xhttp://xcom.lv/ru/Ноутбуки xhttp://xcom.lv/ru/notebooks 当我们将语言从RU切换到EN时,一切都正常。 当我们从EN切换到RU时,我们得到如下url: 在VS下的本地IIS上,一切正常。与IIS共享主机也可以 怎么了

我们在AZURE上托管了nopcommerce解决方案

Nop有3种语言LV、EN和RU,并启用了URL搜索引擎优化。 所有URL均基于语言进行编码,例如:

xhttp://xcom.lv/ru/Ноутбуки
xhttp://xcom.lv/ru/notebooks
当我们将语言从RU切换到EN时,一切都正常。 当我们从EN切换到RU时,我们得到如下url:

在VS下的本地IIS上,一切正常。与IIS共享主机也可以

怎么了