• Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    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
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    > > 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 …
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    > 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 …
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    > Why your approach isn’t working > What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: > > Running a …
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    > 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 …
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    > 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 …
  • Member Avatar for lennyli
    lennyli

    Replied To a Post in Cannot run exe from asp.net

    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 …
  • Member Avatar for lennyli
    lennyli

    Revoked Solved Status for Cannot run exe from asp.net

    I have tried to read https://www.daniweb.com/programming/web-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 …
  • Member Avatar for lennyli
    lennyli

    Marked Solved Status for Cannot run exe from asp.net

    I have tried to read https://www.daniweb.com/programming/web-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 …
  • Member Avatar for lennyli
    lennyli

    Gave Reputation to pritaeas in Cannot run exe from asp.net

    > while at the same time run the same exe on the local client pc. Not possible.
  • Member Avatar for lennyli
    lennyli

    Edited Cannot run exe from asp.net

    I have tried to read https://www.daniweb.com/programming/web-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 …
  • Member Avatar for lennyli
    lennyli

    Created Cannot run exe from asp.net

    I have tried to read https://www.daniweb.com/programming/web-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 …
  • Member Avatar for lennyli
    lennyli

    Began Watching Cannot run exe from asp.net

    I have tried to read https://www.daniweb.com/programming/web-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 …

The End.