I tried that and it still doesn't execute. I added the following to my Default.config file:
<security name="EnableStripScriptTags">false</security>
Here is my test HTML code:
<html><script>alert("test");</script> <body> Type here </body> </html>
I am testing in IE6 on Windows XP.