Questions tagged as 'windows'

0
answers

Password protected sharing

Good afternoon. I'm creating a system that lists some windows settings in VB.NET. I wonder if anyone knows where windows picks up the values to populate the Button option on the "Advanced Sharing Settings" screen (Control Panel \ All Contr...
asked by 10.03.2018 / 18:10
0
answers

Problem when making python script request administrator permission

I use Python 3.5 on Windows 8 and a simple script presented problem: I want to copy a file from my desktop to the C: \ Windows folder. First I tried this: from shutil import copy path1='C:\Users\username\Desktop\registro.py' path2='C:\Windows...
asked by 14.02.2017 / 15:27
1
answer

How to increase the timeout in IIS 7.5

Hello, I'm having problems running a feature that runs on MVC3 on an IIS 7.5 server. Since the functionality returns many lines, after 30 seconds of execution, it simply aborts, I tried several configurations, but I could not get one to solve....
asked by 27.12.2016 / 05:04
1
answer

Install Laravel Site on Windows Server

I've never had this experience of putting a website on the air using Windows Server 2012 on Locaweb. I placed the site in a folder called 'sitenovo'. And when I run the site, it does this:    HTTP Error 500.0 - Internal Server Error   C: \...
asked by 02.07.2016 / 16:50
1
answer

Windows server with high latency using IIS

Someone has an idea how to find out, or what reasons might lead to this problem: I have a Windows 2012 server running IIS with 9 sites. My server is RedeHost . Brazilian. When I ping my site, the value varies a lot from 16m...
asked by 08.12.2016 / 20:20
1
answer

problems with exec php

I made the following command in php $comando="C:\Python27\python.exe programa.py"; echo $comando; in the python file print resultado; This result variable has the content formed in json { "algumacoisa":"algumac...
asked by 05.12.2016 / 00:53
1
answer

Listview c # passing value to the next form

I've set form to c# and this form is responsible for showing all data in my table in Bd and putting that data in listview , so I can select an item from listview e I mounted another form where it will rec...
asked by 04.10.2016 / 07:11
2
answers

How to run a code without open page in PHP [duplicate]

I have PHP code that uses FSOCKOPEN to check the port of a server, and depending on the response it logs ... But for that the page has to always remain open, I would like to know if it exists some way I'd leave this running automaticall...
asked by 12.09.2016 / 22:31
0
answers

Redirect VPN or DNS to Proxy

I have a proxy server on my machine on the port 8080 , through the proxy I can control the request and response traffic made by the client machine. However, I would like to use this proxy along with my VPN server. My VPN server was create...
asked by 25.07.2016 / 18:17
0
answers

Error 1053: The service did not respond to the start or control request in a timely manner

Could you help me with the following problem? I am using the Windows 7 operating system and I installed a windows service in which I used C # in Visual Studio 2015. However when I start the service the following error appears:     
asked by 10.08.2016 / 18:35