Click to See Complete Forum and Search --> : Calling LOCAL Application from ASP.net


smook
May 27th, 2005, 01:53 AM
Hello All,

I have been using ASP for quite a while.. but, I am starting to do some work

in ASP.net .... My question is.....

If I am running ASP.net files from IIS through the web ... OR Locally (like

..hta files) .... can I have my asp file LAUNCH an application that is already

installed on the computer I am sitting at??

Thanks...

mmetzger
May 27th, 2005, 09:58 AM
Not without the user's permission, meaning the security settings have to be low enough for the browser to even prompt the user and then the user has to say yes.

It's not typically a good idea to even attempt this as there's too many things that get in the way.

smook
May 27th, 2005, 02:38 PM
thank for the replies

but if i do have the user's premision how can i do it??