YAFLogo

Bloodshot
  • Bloodshot
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Hello,

I have installed 1.9.3 into an existing website running the 4.0 framework. Everything is working correctly except the url rewriting is causing odd behavior. When it is enabled and an admin logs into the admin section of the forum, that person is not able to make an changes to settings. From any admin area if a change is made then the user clicks on 'save' this message is given.

Access Denied

You tried to enter a area where you didn't have access.

Continue...

During debugging this problem I discovered the error is being thrown in the MicrosoftAjaxWebForms.js

Disabling url rewrite solves this issue. Has this problem be encountered before and is there a work around to avoid this problem?

Thanks

Sponsor
Bloodshot
  • Bloodshot
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
As I followup I'm also getting this exception:

Exception information:

Exception type: System.Web.HttpRequestValidationException

Exception message: A potentially dangerous Request.Form value was detected from the client

I think with url rewriting enabled the application is treating the admin save function as content containing un-encoded HTML. I have set in the web.config, but to no effect.