Is it a true scripting component like MS Script Control ? Can it be used in a 64-bit ASP.NET app ? I think it uses COM Interop and Reflection, do these cause memory leaks in the long run, etc ?
I am asking this because I have to oversee migration of an old VB 6 ASP.NET application to dotNET 4/4.5 framework. The old app makes extensive use of MS Script Control and has substantial amount of business logic. We cannot afford any mistakes in it and the reason for such a long delay in migration was only because there was no scripting support for dotNet and we did not want to use CodeDom which would cause memory leaks in the long run.
Thanks again for your time.
I am asking this because I have to oversee migration of an old VB 6 ASP.NET application to dotNET 4/4.5 framework. The old app makes extensive use of MS Script Control and has substantial amount of business logic. We cannot afford any mistakes in it and the reason for such a long delay in migration was only because there was no scripting support for dotNet and we did not want to use CodeDom which would cause memory leaks in the long run.
Thanks again for your time.