Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
permissions
- Page 1
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
4 Days Ago
by Yrth
… go to C:\users\[username], delete the Documents folder (admin
permissions
required, probably), then open a command prompt, and at that…
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
2 Weeks Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Re: How secure is Github?
Programming
Software Development
2 Weeks Ago
by kearawill
… team follows best practices for committing code, reviews, and repository
permissions
. In short: GitHub can be safe, but it depends on…
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
by Dani
Marking this question as solved. Thanks all!
Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
… not run even when i set it to have security
permissions
so let everyone have all rights. im a little confused…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month 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
1 Month Ago
by Neil_brown001
… the server, not visibly on the desktop. It needs special
permissions
to run, and the IIS app is very restricted by…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
…, not visibly on the desktop. > > It needs special
permissions
to run, and the IIS app is very restricted by…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month 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
1 Month Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month 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
1 Month 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
1 Month Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month 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 Month 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 Month 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 Month 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 Month 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
1 Month 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
1 Month 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
1 Month 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
1 Month 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
1 Month 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 …
permissions
Hardware and Software
Microsoft Windows
12 Years Ago
by lewashby
… 1TB drive into my computer and set
permissions
so that noone else could have write
permissions
, only read. Now I'M more… use to Linux
permissions
rwx for user, group, and other/everyone else. So I … what I"M doing. Please take a look at
Permissions
.png and tell me why there isn't others or…
permissions
Hardware and Software
Microsoft Windows
12 Years Ago
by lewashby
… 1TB drive into my computer and set
permissions
so that noone else could have write
permissions
, only read. Now I'M more… use to Linux
permissions
rwx for user, group, and other/everyone else. So I … what I"M doing. Please take a look at
Permissions
.png and tell me why there isn't others or…
Re: permissions
Hardware and Software
Microsoft Windows
12 Years Ago
by JorgeM
… computer, and your computer recognizes it as a drive, the
permissions
you assign in the security tab will only apply to… interactively logged onto the computer. Even if you change the
permissions
, they are not going to "stick" once you…
Permissions
Hardware and Software
Microsoft Windows
16 Years Ago
by grammy
… SP3, and Vista but when installed on Windows 7 the
permissions
on the install directory are set to deny and the… like to know if there is a way to change
permissions
programatically as the software I have developed is likely to…
permissions
Programming
Web Development
16 Years Ago
by madjax
Hi Not sure if I am in the right place to ask this question,but here goes If a customer goes on my site to buy something via my paypal button and it comes up.....You do not have
permissions
to make this API call.... where is my problem,what have I not done right?? Thanks
Re: permissions
Programming
Web Development
16 Years Ago
by R0bb0b
… paypal button and it comes up.....You do not have
permissions
to make this API call.... where is my problem,what…
Permissions not respected?
Hardware and Software
macOS
16 Years Ago
by tubbybubby
…Write Only (Drop Box)' Folder B = 'Read Only' The
permissions
on 'Folder A' are working correctly. The 'Sharing Only' … 'Folder B' and expected the 'Read Only'
permissions
to propagate down to ALL subfolders and files contained …folder and every subfolder they contain, to propagate the
permissions
, that are respected, from 'Folder B' down to…
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