Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
settings
- Page 1
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Day Ago
by Biiim
… this kind of thing with javascript objects/arrays (eg `
settings
['GB']['visa_req'] = false;
settings
['IN']['visa_req'] = true;` then populate the form based…
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
3 Weeks Ago
by AIO_803
Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system
settings
. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues.
McCharts - ArkTS
Programming
Software Development
2 Months Ago
by 杨_659
…data: [] } @Component export struct McLineChart { private
settings
: RenderingContextSettings = new RenderingContextSettings(true) private context: CanvasRenderingContext2D …= new CanvasRenderingContext2D(this.
settings
) @State options: interface_option = {} aboutToAppear() { …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
… be due to caching or differences in how IIS reads
settings
versus Visual Studio. > > Why the port number is… secure connection (e.g., using SSL/TLS). - Ensure the firewall
settings
allow the specified port (9999 in this case). (LENNY:) OK…
Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
… the IIS interface didnt seem to match the web.config
settings
, and also i dont understand why the visual studio code…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by Neil_brown001
… be due to caching or differences in how IIS reads
settings
versus Visual Studio. Why the port number is different When…
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 …
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by jonathannweyer
If SEMRush is only crawling a few pages, it might be due to the crawl
settings
or limits in your SEMRush account. Check if there are any crawl restrictions set up and make sure your robots.txt file isn’t blocking any important pages.
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by JackRyan248
… font conversion or loading process; checking the CSS or cache
settings
might help resolve the issue
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by Dani
Yes, it is. Cache
settings
are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by toneewa
… = 'YES' WHERE name = 'wait/io/table/sql/handler'; Verify the
settings
: SELECT * FROM performance_schema.setup_consumers WHERE name = 'events_waits_current'; SELECT * FROM performance_schema…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by ashleydent4u
It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section …
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
2 Months Ago
by elary
It is a nice project.Is there any notification function?
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
> 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 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 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 …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by Dani
Marking this question as solved. Thanks all!
Re: Settings
Programming
Software Development
11 Years Ago
by G_Waddell
Hi, You need to store the data in a shared file or on a database. The
settings
are stored locally in a file on which ever machine the application is deployed on. So if you run an application for the first time on a new deployment it will create the
settings
file locally with whatever default values have been specified.
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