tinymce / tinymce-docs

TinyMCE Documentation
https://www.tiny.cloud/docs/
Other
87 stars 221 forks source link

Create a ASP.NET page under Integrations #530

Open androb opened 7 years ago

androb commented 7 years ago

Feedback from a user:

ASP.NET by default rejects html code as user data entry in a web page. Security reasons. It takes considerable searching through "StackOverflow" etc to figure out the config needed. I suggest you include fixes for this kind of security issue in your documentation. I personally use a workaround which is to replace "<" and ">" with homemade escapes "&xlt;" and "&xgt;". That works. I have since read about ASP.NET config solutions but I prefer to stay with my homemade escape because that will continue to work when copied into other projects with a standard config.

We should document how to use TinyMCE with ASP.NET. Currently, there is no article.

r12s commented 7 years ago

@androb agreed

@Afraithe something we should look at. Thoughts?