Re: Cannot run exe from asp.net Programming Web Development by lennyli …On the server: Only for background tasks, not for opening windows. > > On the client: You need a … does not include any security measures. In a real application, you would need to implement authentication, encryption, and … turned off all firewalls and installed python on both windows 11 computers. When I run the command "python… Cannot run exe from asp.net Programming Web Development by lennyli …-development/threads/386380/cannot-run-exe-files-in-asp-net-application but still lost in trying to achieve something. I installed… the latest .net framework, and IIS on the latest updated windows 11. I wish to achieve the following: Have a webpage… Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 …: On the server: Only for background tasks, not for opening windows. On the client: You need a download link, or a… 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 … a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine… 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 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 lennyli Why does the following code dont run and launch the exe I specify (eg, notepad.exe, or ribbons.scr)? <%@ Language="VBScript" %> <!DOCTYPE html> <html> <Body> <% Dim objShell Dim command Dim result ' Path to the executable command = "C:\… 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 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 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 by Salem https://xyproblem.info/ * User wants to do X. Sometime later... > My boss just asked me to create a prototype as proof of concept. There is no specific language/tool I must use * User asks for help with Y. Initially asked... > Have a webpage with a button, when pressed, it will launch a webpage that runs a server side exe (eg, … 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 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 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 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", 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: Is linux your daily driver? Hardware and Software Linux and Unix by Benjamin_17 The last time I used Windows was Windows XP when I got a blue screen of death trying … Microsoft ecosystem with my job) where they might support some application with Linux on the first release, but then fail to… Re: Show computer name on a label Programming Software Development by toneewa …" /> </ItemGroup> You'll have a 350x350 Windows Form application: Mr M v1.0 Computer name: NASA-PC Windows Application using dev-c++ Programming Software Development by iismitch55 … around with making a windows application in Dev-C++ I… */ MSG messages; /* Here messages to the application are saved */ WNDCLASSEX wincl; /* Data structure…wincl.lpfnWndProc = WindowProcedure; /* This function is called by windows */ wincl.style = CS_DBLCLKS; /* Catch double-clicks … windows application and web application Programming Web Development by kheija …mgt page is developed in windows application).Else, if i do a view page on windows application and to retrieve the data… is from web application. Example, users may fill… website, then to display the information is in windows application.Can i retrieve the data from the same database… Re: windows application exe .solution please Programming Software Development by apease11 … find it and then delete the whole folder that the application is in. If it's not in there, you messed… a new folder and took this path and published from windows application to this folder I got three files Project folder Project… When i ran setup.exe file i got my winodws application running , but the thing was it didnt got installed on… windows application as custom action Programming Software Development by serkan sendur is it possible to use windows application as a custom action for setup project? All the custom action examples i have seen so far were class library applications. i wonder if windows application is also possible? windows application exe .solution please Programming Software Development by coollife … new folder and took this path and published from windows application to this folder I got three files Project folder …Project application manifest setup.exe When i ran setup.exe file… i got my winodws application running , but the thing was it didnt got … Re: windows application as custom action Programming Software Development by serkan sendur there is an option to specify custom action for your msi project. there you can specify class library project for your custom action project. i tried using windows application project as custom action project but it didnt work. Windows application is having problems in connecting to our server. Programming Software Development by jalandoonk How can I mass deploy our windows application (that adds information to our database) if there is no … Windows Application: Control events are not firing Programming Software Development by EBS.VivekGupta Hi, I am working on a Windows application project for 2 months. Today i found that my most of the control events are not firing.. Till yesterday night all the forms were fine but i wonder what happened today. Can anyone pls help me out.. windows application text file Programming Software Development by alanbrazil …,1986/11/24,M. I want to create a C# Windows Application program which reads the data and allows the user to…