From: Chetana on

Hi,

I want read .doc file and to display on web page using asp.net.
If u have any idea about that please let me know.

Thanks,
Sandhya
From: Mathew Coleman on
Try this URL.
http://www.codeproject.com/KB/aspnet/wordapplication.aspx

"Chetana" <chetanasystems(a)eth.net> wrote in message
news:06f6f8f5-0da3-47f2-9f19-db9f776645da(a)p39g2000prm.googlegroups.com...
>
> Hi,
>
> I want read .doc file and to display on web page using asp.net.
> If u have any idea about that please let me know.
>
> Thanks,
> Sandhya


From: Marc Gravell on
Just keep in mind that Word is a client application, and is not intended
(nor supported) for use from a service such as ASP.NET; there may also
be some licensing issues here (IANAL).

There were some MS articles on not doing this, but I can't track them
down at the moment. If it works, and your happy, so be it - but just
realise that this is not ideal...

Marc