Hi, i'm trying to use HttpUtility.HtmlEncode(string) from System.Web
inside a dll called from VB6. Locally it works fine, but when i deploy
it in my test enviroment the function always returns the string as it
arrives.
Am i doing anything wrong? do i have set anything up in my test
server?