open instance of MSword thru IIS ASP.NET website

A

awakeSecret52

Functioanlity I want is..

I want to have a button in web site clicking on which a new instanct of
MS-Word will be started and client will be able to see that instance of word
app.



I created one Web site in VS2005 in which i added one button on default.aspx
and then I added followind code to click event of that button.



Word.ApplicationClass wordapp = new Word.ApplicationClss();

wordapp.visible = true;



This code works only if I create Web site in Local File System.

(I am able to see new instance of word app running on my desktop)



If I create Web site in HTTP->Local IIS then this code doesnt work.

(I am able to see word application instance only in task manager but not on
my desktop as window.)



I dont know what problem is..

I am very much new to web development and kind of beginner in overall
development.



Please send me reply as soon as possilbe
 

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