Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
webpage
- Page 1
Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… windows 11. I wish to achieve the following: Have a
webpage
with a button, when pressed, it will launch a…
webpage
that runs a server side exe (eg, notepad.exe or …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… work. And there are many screensavers that run from a
webpage
with an example at whitescreen.online . > > You can… i can use my web browser to connect to the
webpage
http://192.168.0.2. If I click a button…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
… 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, notepad.exe or …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months 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 Months Ago
by john_111
… expand on what rproffitt said, by explaining why. If a
webpage
could run a program installed on another computer, the entire…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Neil_brown001
… computer directly — it’s a huge security risk. Why your
webpage
button might not be working The page might not be…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… — it’s a huge security risk. > > Why your
webpage
button might not be working > The page might not…
Re: Hi everyone, I'm David with SayItOnTheWeb
Community Center
Say Hello!
1 Month Ago
by Dani
…'s web browsers to crash, and for others, made the
webpage
unresponsive for users with slower computers. I would highly suggest…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months 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 Months Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
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
2 Months 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 Months 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 Months 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
2 Months 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
2 Months 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
2 Months 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
2 Months Ago
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
2 Months 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
2 Months 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 …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by Dani
Marking this question as solved. Thanks all!
Re: Anti-Hotlinking Script for WP on Apache (.htaccess) - Linkspam Prevention
Programming
Web Development
1 Month Ago
by Dani
CDNs such as Cloudflare offer hotlink protection via a toggle switch you could enable. But, yeah, the primary benefit of hotlink protection is that a website doesn't upload images to *your* site, and then include them in their own site without having to pay for the bandwidth of hosting the images. Just make sure that if you turn on hotlink …
Help saving a webpage for offline
Hardware and Software
Microsoft Windows
15 Years Ago
by borisenko
… save for offline. Here's more info: I have a
webpage
that is very difficult to import and save in Excel… file= annoying! Is there a way I can save the
webpage
in it's original format for offline? When I try… notepad document has only the title. I wonder if the
webpage
uses some other program .. java? or something else? When I…
Webpage Content Shrinking
Digital Media
UI / UX Design
12 Years Ago
by KhubaibQaiser
… sorry for any mistakes. # Problem 1: # I have made a
webpage
using html and css. But the page content shrinks when… the wrong place/content??? # Problem 2: # At default zoom my
webpage
appears 100% OK. But when i zoom it out the… whole
webpage
shrinks and white area appears on its right and bottom…
Webpage rendering issue
Hardware and Software
Linux and Unix
13 Years Ago
by nonshatter
… dev server and the other as a production server. The
webpage
I am rendering on the servers is holding a relatively… same). The problem is that on the production system, the
webpage
sits there for 10 seconds loading the large amount of…
Webpage has a redirect loop
Programming
Web Development
13 Years Ago
by Albert Pinto
… chrome is giving me this error... This
webpage
has a redirect loop The
webpage
at http://www.mysite.in/a/index.php…
webpage not found error when trying to navigate to a new link in sitecore
Programming
Web Development
7 Years Ago
by kamilacbe
… noob to sitecore and learning it .. i have created a
webpage
from the content editor in sitecore also has paralel…
webpage
in asp.net c# but when i navigate it says …
Webpage calender including clock
Digital Media
UI / UX Design
17 Years Ago
by satimis
Hi folks, I'm prepared adding a calender including clock to the
webpage
under construction. Googling brought me many links, both commercial and open source. Can any folks shed me some light on its selection, open source running on Linux preferable? TIA Any comment on; [url]http://open.appideas.com/Calendar/[/url] ??? B.R. satimis
webpage dimension in DW
Digital Media
UI / UX Design
17 Years Ago
by seo-support.net
Hi All, I am using DreamWeaver 7. My Screen resolultion is set to 1024x768. I want to design the
webpage
for 1024x768. What dimension in terms of pixel units, should i take in the ruler setting in the Dreamweaver? Thanks in advance.
Webpage not displaying correctly
Digital Media
UI / UX Design
14 Years Ago
by sirlink99
my
webpage
is not displaying correctly in some of the browsers like …
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC