Re: Cannot run exe from asp.net Programming Web Development by Dani Marking this question as solved. Thanks all! Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by b_985 … Generator for creating accurate circles and shapes. However, I’ve run into an issue — the website isn’t opening at all… Re: How Can Small Businesses Effectively Compete in Digital Marketing? Digital Media Digital Marketing by christianjhon2 … **blog** or create helpful posts around your niche. SEO takes time, but it’s cost-effective and long-term. * Focus on… niche. * You can co-host lives, exchange blog mentions, or run giveaways—*all without spending money*. 5. **Email Marketing (Free Tools… Re: App development - Lobby functionality optimisation Programming Mobile Development by jonathannweyer Since you’ve already tried caching and reducing network calls, you might want to look into pagination or lazy loading to avoid loading all rooms at once. WebSockets can also help by pushing updates instead of polling. Make sure your backend queries are indexed efficiently, especially for filters like player count. If the lag happens mostly during … Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Erussuhsh Hi I'm new android app development can you teach me Re: Cannot run exe from asp.net Programming Web Development by lennyli …Create the Server (Remote Control Target) This script will run on the computer you want to control. ```python # …### Step 3: Create the Client (Controller) This script will run on the computer you’re using to control the other…party did not properly respond after a period of time, or established connection failed because connected host has … Cannot run exe from asp.net Programming Web Development by lennyli … https://www.daniweb.com/programming/web-development/threads/386380/cannot-run-exe-files-in-asp-net-application but still lost in… (eg, 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 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… the 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 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 by Salem … (eg, 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 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 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 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 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 by pritaeas No, Javascript cannot run/start executables on the client machine. Re: Cannot run exe from asp.net Programming Web Development 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 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 by Salem > When I run the command "python server.py" on the server … Re: Cannot run exe from asp.net Programming Web Development 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 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 by pritaeas Are you sure IIS is configured to allow running external scripts? Re: Cannot run exe from asp.net Programming Web Development 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 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 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 by Himadri_3 … Android, so naturally they could tap into every feature and run super efficiently. But now? **Cross-platform tools** like …to-day apps—think eCommerce, service booking, productivity tools—run just as smoothly with cross-platform development. Unless you… the speed difference still a dealbreaker? Or is it time we let go of that old belief? We'd … Re: I'm Tired! How to Increase Social Media Followers Digital Media Digital Marketing by Shady33 … * Join relevant groups or communities and share value-driven posts * Run Q&A or polls via Stories or posts to… Re: Looking for AI app developers Programming Mobile Development by KamalDeepPareek … note-taking or journaling apps with AI-generated summaries Real-time translation or captioning tools We’d love to learn more… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … you to edit your post after that because we've run into problems in the past in situations where, for example… future visitors and disrespectful to the people who took the time to respond. > However, using it in the same PC… posts ?) Whether it's cached via SXG for Google first time visitors, or **any** non logged-in user who comes across… Re: Multiple MySQL connections + transactions Programming Databases by Reverend Jim … you can connect to more than one database at a time but you require a separate connection object for each one… the connection object you can't run a query on more than one db at a time. It seems to me that… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon … you to edit your post after that because we've run into problems in the past in situations where, for example… future visitors and disrespectful to the people who took the time to respond. No comments in DaniWeb can't be edited…