Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
source-code
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days Ago
by lennyli
….0.2. I inputed the server IP into the sample
code
. I turned off all firewalls and installed python on both…
Re: Cannot run exe from asp.net
Programming
Web Development
5 Days Ago
by lennyli
… control to command prompt even if i added the suggested
code
print('server begin'). Could it be due to some modules…
Re: Cannot run exe from asp.net
Programming
Web Development
5 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
5 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 …
Re: Cannot run exe from asp.net
Programming
Web Development
5 Days Ago
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
5 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
4 Days Ago
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 …
Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… same exe on the local client pc. For my attached
source
files, i dont know why the index.cshtml doesnt show… settings, and also i dont understand why the visual studio
code
will launch the site with a certain port number, while…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
Why does the following
code
dont run and launch the exe I specify (eg, notepad.…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks 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
2 Weeks Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks 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
2 Weeks Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks 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
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
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
1 Week Ago
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
1 Week Ago
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
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 Neil_brown001
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 .exe on the server You can technically make the server launch an .exe file like Notepad, but: It will run in the background on the server, not visibly on the desktop. It needs special …
Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by mark_hahn
… an application where I give an llm a piece of
code
, like maybe a function, and then the llm finds the… the same thing. It would look in one or more
source
files. The thing found may be worded differently. If the… search finds the identical
code
then it should consider that the match. I assume the…
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Salem
What's the use-case? "Black Duck" is an existing application for scanning your in-house proprietary software to make sure it doesn't get tainted with open
source
software with vague/incompatible licence terms.
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Dani
… out there are capable of looking at two pieces of
code
and determining if they do something similar. So the really… it can create objective similarity scores between two pieces of
code
across all of the files.
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by rproffitt
I'm going to start with a joke: Q. How do I get to Carnegie Hall? A. Practice, practice, practice. You won't be doing what you ask without building up your skillset and learning how to create "things". Now if you need this today you outsource the work. I know folk underestimate projects all the time so I'll share that the smallest …
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Salem
…? Or does "damaged" mean "I deleted the
source
folder". If that happened yesterday, you might have a…://www.vb-decompiler.org/ You will not get back your
source
code
in a form you can directly recompile. But it seems…
ArkTS - McCharts
Programming
Software Development
1 Month Ago
by 杨_659
… before release. However, *bug-free
code
is a myth*, so prompt feedback is appreciated! --- ### **Open-
Source
Management** We chose **GitHub** for…
code
hosting (mainstream and reliable). Completed components are managed…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…to give a little star to the open
source
project. You can also join the exchange …and value are required. The following is the specific
code
: ```js //Chart data feature interface interface interface_data { …lt;= length; i++){ ... } // The above is the
code
for getting the longest text width // Line drawing method function…
source code
Community Center
17 Years Ago
by dci0705
source
code
about Network Monitor System and GPS/GPRS Vehicles Intelligence Management System.
source code for android games
Programming
Mobile Development
8 Years Ago
by ICHI_2
source
code
for android games
Re: source code
Community Center
17 Years Ago
by darkagn
I'm not sure about
source
code
, but you might find some algorithms by searching in google.
source code
Programming
Software Development
7 Years Ago
by Mohammad_33
Hello ,,,i need programming open
source
or any
source
code
,please
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