What I am trying to do is all on the same subnet on a local intarnet. I am using IIS on server 2003 to host the aspx pages. I think that is causing my limitations. I would like to be able to use all of the rich controls ans features of asp and accomplish my task.
Right now I have a VD with all my crystal reports and exes in it. I want local users to be able to access them in one app. that does not have to be maintained or installed on the client side. I also do not want to use RDP or Terminal Services.
-Jerod
Main Topics
Browse All Topics





by: Gideon7Posted on 2008-09-11 at 20:29:42ID: 22456926
If by "web page" you mean download a web page from a web-server (as opposed to say, clicking directly on a file foo.htm locally), what you are trying to do violates the basic security model of the web. Allowing a page downloaded from a web-server to arbitrarily run programs puts your computer at the mercy of the web site author.
There is no way to do what you want, short of completely subverting the security of the web browser.