|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
open explorer from asp.net?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. "Arvi" <arvi @ ctiq.com> wrote in message No. This would be too easy if a web application could startnews:eVNoswBPHHA.3316@TK2MSFTNGP05.phx.gbl... > is it possible to open explorer.exe from asp.net ? applications on the client. On top of that, are you sure your visitors are running Windows? > i tried this woth access denied error " This would start Explorer on the web server, not on the client.> System.Diagnostics.Process.Start("explorer.exe", ""); Obviously, this will not work. > anyother working method? or no way at all? Nope.-- Riki 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. Show quoteHide quote "Arvi" <arvi @ ctiq.com> wrote in message news:eVNoswBPHHA.3316@TK2MSFTNGP05.phx.gbl... > 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. >
#include for a DropDownList?
What's the new thing after ActiveX? Collection Property in web custom control Can I Use RequiredFieldValidator inside a repeater ? CSS substitution for the <center> tag Setting name=, ID= for TextBox AutoComplete in ASP:TextBox control in ASP.NET 1.1 User Control access fails in debug mode, works in release mode Solution for GridView Pager Style Problem Formview Iteminserted event control display problem |
|||||||||||||||||||||||