I was reading about XSS, and I know that ASP.NET doesn't allow saving HTML to database.
So my question is Does using ASP.NET make my web application secure regarding XSS completely, without additional work from me, since attacker can't submit any malicious code?
I know there are other ways malicious attackers can try, but I'm just asking about XSS right now.