Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by asadalig In 2025, cross-platform apps aren't inherently slower than native ones—it really depends on how they're built. Modern frameworks like Flutter, React Native, and Kotlin Multiplatform have closed the performance gap significantly. If developers optimize properly, most users won’t notice a difference. However, for extremely high-performance needs like… 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… DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 …the Fireworks Python library and the other libraries required to run scripts in this article. ``` !pip install --upgrade …': rouge_scores['rouge1'], 'rouge2': rouge_scores['rouge2'], 'rougeL': rouge_scores['rougeL'] }) time.sleep(sleep_time) return results ``` Let's first generate summaries via… Re: Looking for AI app developers Programming Mobile Development by Emily Johnson … AI-driven features. While performance limitations exist, optimizing for real-time or lightweight tasks could open up many possibilities. I’d… use cases. Have you considered applications like voice assistants, real-time transcription, or offline AI processing? Looking forward to seeing the… Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt …. I wait for them to figure it out and they run out to the distribution box and fix the wiring. Hint… they did had to be undone. Yup they say. They run out to the box and put the apartment on the… easier. Nope, same story. But this time I wasn't going to give them time to sort it out. Cancelled it all… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani > Dunno - could you run Daniweb at home with that kind of … easier? No. Can you? > How much time would it actually save you and how often would it… easy. It would make a very noticible difference every time I ran a speed test. > Advertised speed …we can have, it would give the ability to run home server(s). We have quite a ton of… 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: Page Crawling Issue Digital Media Digital Marketing by ashleydent4u … pages. Another issue could be your website’s server response time; slow-loading pages might not be fully crawled. Try increasing… the crawl limit in SEMrush settings and re-run the audit to see if it picks up more pages.