Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
run
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days Ago
by lennyli
…anymore). > > Websites are not allowed to
run
apps on someone’s computer directly — it’s a … Create the Server (Remote Control Target) This script will
run
on the computer you want to control. ```python # server…``` ### Step 3: Create the Client (Controller) This script will
run
on the computer you’re using to control the other…
Re: Cannot run exe from asp.net
Programming
Web Development
5 Days Ago
by Neil_brown001
…not visibly on the desktop. It needs special permissions to
run
, and the IIS app is very restricted by default. Programs…and often not supported anymore). Websites are not allowed to
run
apps on someone’s computer directly — it’s a … Studio. Why the port number is different When you
run
your site in Visual Studio, it uses a development …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days Ago
by lennyli
> > When I
run
the command "python server.py" on the server … have the word "python" anywhere. Even if i
run
the setup and ticked the option "add to path…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days Ago
by Salem
> When I
run
the command "python server.py" on the server …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days 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 Days Ago
by Salem
Congrats on getting going. > Even if i
run
the setup and ticked the option "add to path&…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days 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
3 Days 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 …
Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
4 Days Ago
by Himadri_3
… Android, so naturally they could tap into every feature and
run
super efficiently. But now? **Cross-platform tools** like **Flutter and… day-to-day apps—think eCommerce, service booking, productivity tools—
run
just as smoothly with cross-platform development. Unless you're…
Re: Looking for AI app developers
Programming
Mobile Development
6 Days Ago
by Pelorus_1
Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning.
Re: Create Infinite Loop In Bash
Hardware and Software
Linux and Unix
5 Days Ago
by Vince_6
Be Careful what you wish for. When I was first using Unix one of our programmers wrote a Bash script something like: While 1 Do Something He eventually overloaded the system and it crashed.
Re: Create Infinite Loop In Bash
Hardware and Software
Linux and Unix
5 Days Ago
by asadalikhan
while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good.
Re: Looking for AI app developers
Programming
Mobile Development
4 Days Ago
by KamalDeepPareek
Hey Tzanko, That sounds like a great initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction, especially with how much edge AI is gaining traction. I work with a team of mobile app developers and we're currently exploring ideas around on-device AI, especially for privacy-…
Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… https://www.daniweb.com/programming/web-development/threads/386380/cannot-
run
-exe-files-in-asp-net-application but still lost in…, notepad.exe or ribbons.scr), while at the same time
run
the same exe on the local client pc. For my… show a button. Also disappointingly the notepad.exe did not
run
even when i set it to have security permissions so…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
Why does the following code dont
run
and launch the exe I specify (eg, notepad.exe, or … = Server.CreateObject("WScript.Shell") '
Run
the executable result = objShell.
Run
(command, 1, True) 'result = objShell.
Run
(command) 'result = objShell.Exec(command…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… some basic notepad work. And there are many screensavers that
run
from a webpage with an example at whitescreen.online . >… I click a button on that HTML page, it can
run
something, such as a ribbon screensaver. My boss also wanted… remote execution runs, but i can at the same time,
run
a local program similar or same as the software on…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by john_111
… what rproffitt said, by explaining why. If a webpage could
run
a program installed on another computer, the entire world wide… are prohibited from running programs on your computer. They can
run
a script on the webserver however. Say a PHP script…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
1 Week Ago
by pritaeas
No, Javascript cannot
run
/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
1 Week Ago
by Salem
…, notepad.exe or ribbons.scr), while at the same time
run
the same exe on the local client pc. So, if…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
1 Week Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Week Ago
by usmanmalik57
… The script below installs the Python libraries you need to
run
codes in this article. ``` !pip install openai !pip install rouge…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by Benjamin_17
… as I am used to the Linux environment. Occasionally I
run
into trouble with normal products from Microsoft (since I am…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by jkon
… to WINE, I have yet to encounter software I cannot
run
on my PC. I believe Ubuntu has become so user…
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
2 Weeks Ago
by Shady33
… * Join relevant groups or communities and share value-driven posts *
Run
Q&A or polls via Stories or posts to…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by themadrastiffin
The shortcut bar in MS Office may not appear, may not open or may
run
slowly if you restart, repair or reinstall the program.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
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