• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Interesting Exception Message

In a thread I started, I got a strange error on a preview as noted here:

Error

Come to find out, it was triggered by using <> instead of parenthesis.

Just a heads up.
 
Yeah. It's a default security option in .NET, which blocks HTML type commands being submitted in a text box.

It's designed to stop n00b programmers from getting their site get 0wned. I'd guess FT is robust enough to have it switched off:
Sticking the following in web.config will solve the problem, provided that your app is secure.
 
Back
Top