The IIS might returns the error like: A potentially dangerous Request.Path value was detected from the client (:).
We might re-factor the app to use normal characters instead colon character but it requires more effort since the function relates to other libraries and have to test all functions...
I tried to place the Tomcat redirector on the top of the ISAPI Filters list or remove all ASP.NET filters, but both ways didn't work either.
Finally, I reconfigured the application pool to remove .NET framework (to No Managed Code) and it worked.
No comments:
Post a Comment