Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
explorer.exe
- Page 1
Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
…www.daniweb.com/programming/web-development/threads/386380/cannot-run-
exe
-files-in-asp-net-application but still lost in trying… will launch a webpage that runs a server side
exe
(eg, notepad.
exe
or ribbons.scr), while at the same time run…index.cshtml doesnt show a button. Also disappointingly the notepad.
exe
did not run even when i set it to have…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Neil_brown001
… for good reasons. Here's the breakdown: Running a .
exe
on the server You can technically make the server launch… being launched in a non-interactive session. Running a .
exe
on the client (user’s computer) This is completely… web browsers unless: The user downloads and runs the .
exe
themselves. Or, you create a special browser plugin or…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…reasons. Here's the breakdown: > > Running a .
exe
on the server > You can technically make the server…in a non-interactive session. > > Running a .
exe
on the client (user’s computer) > This is completely… unless: > > The user downloads and runs the .
exe
themselves. > > Or, you create a special browser …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Salem
… will launch a webpage that runs a server side
exe
(eg, notepad.
exe
or ribbons.scr), while at the same time run… the same
exe
on the local client pc. So, if you'd stated…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
> while at the same time run the same
exe
on the local client pc. Not possible.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
… the following code dont run and launch the
exe
I specify (eg, notepad.
exe
, or ribbons.scr)? <%@ Language="VBScript"…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by rproffitt
I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
> I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. > > For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . > > You can …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by john_111
Let me expand on what rproffitt said, by explaining why. If a webpage could run a program installed on another computer, the entire world wide web would be hacked into tiny pieces and cease to exist. No one would ever use the web, it would be so totally insecure. So web pages are prohibited from running programs on your computer. They can …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Reverend Jim
>No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a file in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
> Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Salem
> When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
> > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "__main__": >…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Salem
Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot …
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by asadalikhan
… Advanced and ensure it’s set to open with Internet
Explorer
(iexplore.
exe
) 4. If not, change it to IE. Also, try…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by asadalikhan
Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet
Explorer
in Folder Options > File Types. That should fix the shortcut bar behavior.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
…users, or 0.5%. We waited 10 years for Internet
Explorer
to reach this threshold, and finally, in 2025, we… no longer program new web apps to support Internet
Explorer
. This is a liberating moment for me personally—supporting all…the few months since our new apps stopped supporting Internet
Explorer
(affecting less than 1 in 200 visitors), we’ve…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… even consider introducing something without first testing it in Internet
Explorer
. I can't understand how any app can be in…
Re: Has anyone else had this Windows 11 Problem
Hardware and Software
Microsoft Windows
1 Month Ago
by Pokemons
I have recently faced windows 11 issue. Important data lost.
Explorer.exe keeps crashing and restarting
Hardware and Software
Information Security
16 Years Ago
by Barlam
Explorer
.
exe
keeps crashing and restarting forcing me to do …\Barty\My Documents\My Received Files\HiJackThis.
exe
R1 - HKCU\Software\Microsoft\Internet
Explorer
\Main,Search Page = [url]http://go…/fwlink/?LinkId=69157[/url] R1 - HKLM\Software\Microsoft\Internet
Explorer
\Main,Default_Search_URL = [url]http://go.microsoft.com/fwlink/?LinkId…
explorer.exe problem too
Hardware and Software
Information Security
16 Years Ago
by yodilly
explorer
.
exe
will not start at all. even if i try to…Program Files\Trend Micro\HijackThis\HijackThis.
exe
C:\WINDOWS\system32\NOTEPAD.
EXE
R1 - HKCU\Software\Microsoft\Internet
Explorer
\Main,Search Bar = [url]http…us.acer.yahoo.com[/url] R1 - HKCU\Software\Microsoft\Internet
Explorer
\SearchURL,(Default) = [url]http://us.rd.yahoo.com/customize/…
explorer.exe keep restarting...
Hardware and Software
Information Security
17 Years Ago
by tcchuin
explorer
.
exe
keep restarting... HJT lof files data: Logfile of Trend… Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet
Explorer
v7.00 (7.00.5730.0011) Boot mode: Normal Running… Service: ServiceLayer - Nokia. - C:\Program Files\PC Connectivity Solution\ServiceLayer.
exe
O23 - Service: Windows Live Setup Service (WLSetupSvc) - Unknown owner - …
Explorer.exe not starting
Hardware and Software
Microsoft Windows
13 Years Ago
by moone009
Explorer
.
exe
will not start. When I remote into the server it just stays on the blue screen even when I try to manually invoke
explorer
.
exe
to start it will flash for a second but nothing happens. Any ideas?
Re: explorer.exe is restarting
Hardware and Software
Microsoft Windows
13 Years Ago
by flagstar
explorer
.
exe
is an essential part of windows which let you use … the problem you're having when you want to end
explorer
.
exe
?
Explorer.exe Crashing and Rebooting
Hardware and Software
Information Security
16 Years Ago
by Mr_Onyx69
Explorer
.
exe
keeps crashing and keeps rebooting. No viruses showing up i am completely stumped on this one. my hijack this log is attached at the bottom if u could help me rid my comp of this id be forever grateful.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC