Hello,
I'm a chinese user, have a web site running on DNN 7.00.02.
When I click "EDIT CONTENT" at bottom of HTML module on a page name with Chinese(having a chinese URL), it alway response an error, no matter I browse with IE or Chrome.
The only way to make it work is browse with Chrome and click the "pencil graphic button" then "edit content" ( browse with IE = error).
And the URL display in IE is always coded. If I open a page named "中文" in Chrome it is "localhost/中文.aspx", in IE it is "localhost/%E4%B8%AD%E6%96%87.aspx".
I've tried setting web.config with <globalization culture="zh-TW" fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" responseHeaderEncoding="utf-8" uiCulture="zh-TW" /> but it seems not working.
By the way, there's an old site running on DNN 4.09, it can display chinese URL on both IE and Chrome and I can the edit content button at bottom of html module does work. (However, the guy who setted it up already leave for a long time so I cant get any information from that.)
Here's the error message
Server Error in '/' Application.
--------------------------------------------------------------------------------
A potentially dangerous Request.Path value was detected from the client (%).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: A potentially dangerous Request.Path value was detected from the client (%).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (%).]
System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +11495643
System.Web.PipelineStepManager.ValidateHelper(HttpContext context) +184
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272