Calling VBA Script...

  • Thread starter Thread starter Nelson Smith
  • Start date Start date
N

Nelson Smith

Is it possible to launch VBA Script located in local hadrdisk using ASP.Net
application ?
Thanks,
Nelson
 
A web site is not going to be able to invoke executable code on a local
machine. (Imagine the security hole that would be, if just surfing the web
could run whatever code it wanted to on your computer!) What you will need
to do is create a client-side control (which must be approved by the user,
if they have at all reasonable security settings) that will invoke this
script - either ActiveX or embedded WinForms.
 

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

Back
Top