Link to home
Start Free TrialLog in
Avatar of N-N-N-N-N-N
N-N-N-N-N-N

asked on

/running aplications over the internet

Can you run a stand alone executable uch as a document viawer on the internet and not from a local machine

On the IIS server is a directory with several documents
There is also a standalone doc viewer in the same directory

I want to run a document via the viewer from a hyperlink

I have created shortcuts to the documents thinking that it may be easier to hyperlink the the shortcuts but so far no joy

I have tried the following

A)      Hyperlink to           /Docs/Viewer.exe doc1.tst
The problem is the space in the hyperlink, I have tried %20 but it didn’t work

B) create a shortcut to /docs/doc1.lnk
the peoperties of the hyperlink is    /Docs/Viewer.exe doc1.tst

There is no problem running either of the above directly from the IIS server as in c:\docs\ Viewer.exe doc1.tst or vis the shortcut.  But trying to do the same over the internet does not work.

I would be grateful for assistance

Many thanks
Avatar of consulteware
consulteware

You are making some mistake in thinking like that way.

You do not have any "viewer" send to any client, the "viewer" must be already installed (In newer OS, there is no permissions to do that anymore).

You just simple send the "Document" to the client in known extension (like *.txt or *.doc or *.xls), the best way is to send the document in PDF format to the client, if you want to see how to do that you can do that just follow the link below that explains how do that.

https://www.experts-exchange.com/questions/22040856/Secure-downloading-of-restricted-files-on-IIS6.html

Is an open question but you are invited to question anything else that you need.
Avatar of N-N-N-N-N-N

ASKER

Thank you

OK

I was hoping to be able to point to a document or email e .doc or .msg and use a viewer to open
so that it can e viewed from anywhere (internet cafe perhaps) where specific software is not installed
ie word or outlook
and use a viewer from the server

If this cannot be done can a .doc file and a .msg file be converted to html with decent format?

Thanks
Yes it can, but it must be done on the web server by you through programming but the best choice is PDF format.

But many format are understandable by Internet Explorer or Firefox or other Browsers.

If you want to solve that question just create one page with all "requirements" that are needed to run the application what is usual in several websites.
Thanks for your reply

I would rather do it by programming, I know a little vb script and a little java script but not sure how to get the desired results I understand that pdf would e easier but I would rather use the viewer

Where do I start wit the programming?

I am not sure what you mean "If you want to solve that question just create one page with all "requirements" that are needed to run the application what is usual in several websites."

Thanks again
ASKER CERTIFIED SOLUTION
Avatar of consulteware
consulteware

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michel Plungjan
You could convert (or get a converted) doc viewer as a java applet.

Then the view could load and then it could request the documents

Michel
sounds very good

I have previously created a few basic applets.
where do I start and are there any examples to do your suggestion?

Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial