sorry for my english
I have a problem with c1 installed on iis 7.5
(version 3.2 from matrix and also 4 beta 1)
For example:
I want to edit the input parameters: Function/XSLT Function/ When you push the combo [Default value] or [Test value] dialog does not display
error in console: Failed to load resource: the server responded with a status of 404 (Not Found)
http://[domain]/Composite/content/dialogs/functions/editFunctionCall.aspx?type=System.String&dialoglabel=Parameter+Default+Value&multimode=false&functionmarkup=%3Cf:function%20xmlns:f=%22http://www.composite.net/ns/function/1.0%22%20name=%22Composite.Constant.String%22%20/%3E
error in site log:
HttpRequestValidationException
url: http://[domain]/rejected-by-urlscan?~/composite/content/dialogs/functions/editfunctioncall.aspx?type=system.string&dialoglabel=parameter default value&multimode=false&functionmarkup=
path to file: at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) at System.Web.HttpRequest.get_RawUrl() at Composite.Core.WebClient.WC
error: A potentially dangerous Request.RawUrl value was detected from the client (="...ionmarkup=
System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) at
System.Web.HttpRequest.get_RawUrl() at Composite.Core.WebClient.WCF.MultipleHostnameHandler.OnBeginRequest(Object sender, EventArgs e) at
System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
changes to the file web.config
validateRequest="false" requestValidationMode="2.0"
etc... are unsuccessful :(
Plis help :)
Comments: ** Comment from web user: mawtex **
I have a problem with c1 installed on iis 7.5
(version 3.2 from matrix and also 4 beta 1)
For example:
I want to edit the input parameters: Function/XSLT Function/ When you push the combo [Default value] or [Test value] dialog does not display
error in console: Failed to load resource: the server responded with a status of 404 (Not Found)
http://[domain]/Composite/content/dialogs/functions/editFunctionCall.aspx?type=System.String&dialoglabel=Parameter+Default+Value&multimode=false&functionmarkup=%3Cf:function%20xmlns:f=%22http://www.composite.net/ns/function/1.0%22%20name=%22Composite.Constant.String%22%20/%3E
error in site log:
HttpRequestValidationException
url: http://[domain]/rejected-by-urlscan?~/composite/content/dialogs/functions/editfunctioncall.aspx?type=system.string&dialoglabel=parameter default value&multimode=false&functionmarkup=
path to file: at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) at System.Web.HttpRequest.get_RawUrl() at Composite.Core.WebClient.WC
error: A potentially dangerous Request.RawUrl value was detected from the client (="...ionmarkup=
System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) at
System.Web.HttpRequest.get_RawUrl() at Composite.Core.WebClient.WCF.MultipleHostnameHandler.OnBeginRequest(Object sender, EventArgs e) at
System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
changes to the file web.config
validateRequest="false" requestValidationMode="2.0"
etc... are unsuccessful :(
Plis help :)
Comments: ** Comment from web user: mawtex **
The issue at http://compositec1.codeplex.com/workitem/1559 describe the same issue - here it seemed to be solved by "resetting" web.config files - they somehow got modified when deployed to the ISP.
If possible can you e-mail me both ~/web.config and ~/Composite/web.config ?