YAFLogo

eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
3 years ago
I have created my site using the Sample Web Application. I have noticed that even on pages that are not using the message board software that HTML tags are not being allowed in text boxes. Is that something that is configured in the web.config or is this an asp.net issue?
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
3 years ago
What you mean by not allowed? What error are you getting?
eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
3 years ago
this Untitled.png You have insufficient rights to see the content.
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
3 years ago
Page Validation can be disabled via the Page or via the web.config

<system.web>

    ..

    <pages validateRequest="false" />

..

</system.web>