Word thesaurus

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Friends,

I’ve made windows application that use COM Component in Microsoft
word(Word thesaurus) and it worked very well but when I made it web
application it raise security permission when I tried instantiate an object
from any class in the COM component.

Please if you have any recommendations tell me.
 
Please if you have any recommendations tell me.

Do yourself a HUGE favour, and don't even try to do this. Instantiating any
of the Office components from ASP.NET causes such a major performance
degradation that Microsoft officially doesn't recommend it.
 
Back
Top