Licensing Microsoft Office Document Imaging (MODI) for an ASP.NETapplication

B

BGU

I am interested in licensing Microsoft's OCR DLL for use in an ASP.NET
application. I'm already aware of concerns expressed in the groups
about thread safety. Right now, I am just interested in the licensing
question. Does anyone know whether there is a way to license a
Microsoft Office component for use in a Web application?

Thanks,
G.
 
A

Alvin Bruney [ASP.NET MVP]

You will either need to open a support incident to Microsoft to get details
on the licensing model, or review the help files to see if it contains
licensing terms of use.

For client side objects, which implicitly imply ActiveX objects, threading
is a none-issue. Concurrency is only an issue for in-memory objects.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
M

MHale

G.

Were you able to find out anything about licensing MODI for a web app? I'm
looking at doing the same thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top