open explorer from asp.net?

A

Arvi

is it possible to open explorer.exe from asp.net ?

i tried this woth access denied error "
System.Diagnostics.Process.Start("explorer.exe", "");

"

anyother working method? or no way at all?

thanks.
 
R

Riki

Arvi said:
is it possible to open explorer.exe from asp.net ?

No. This would be too easy if a web application could start
applications on the client.

On top of that, are you sure your visitors are running Windows?
i tried this woth access denied error "
System.Diagnostics.Process.Start("explorer.exe", "");

This would start Explorer on the web server, not on the client.
Obviously, this will not work.
anyother working method? or no way at all?

Nope.
 
S

Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

That's not feasible due to security restrictions on the client.
The only way would probably be if you had an ActiveX control embedded in the
page and your users accepted the associated security warning.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top