Questions tagged [application]
197 questions
0
votes
1 answer
Deployed Web Application Requests for User Name and Password
Deployed Web Application Requests for User Name and Password
I recently deployed a .NET web application into the server.
Authentication mode is set to Windows (since the application is accessible only to Intranet users.
Testing some machines, the…
Batuta
0
votes
1 answer
Pushing out application packages with SCCM 2007 quickly
When you set an application to install from by creating an advertisment, is there a way to force the process to occur quicker? I know that on the client you can initiate the machine policy and the user policy but I dont want to have to touch the…

JohnyV
- 938
- 4
- 26
- 45
0
votes
1 answer
Windows Server 2003 Standard - programs compatibility?
I'm wondering if, first, if the Windows Server 2003 GUI looks like Windows XP? Second, do regular programs that run on XP also run on Server 2003? Or are there special programs written for them? How does all that work? Thanks!

studiohack
- 305
- 6
- 17
0
votes
1 answer
get the list of open applications on windows
I want to have a script that does the following thing:
connect to a remote windows machine
get the list of applications that are currently open on the machine, e.g exactly what I would get in the "applications" tab in the task manager, and print…

olamundo
- 129
- 1
- 2
- 7
0
votes
0 answers
AWS application migrations service MAC address?
I want to migrate a on premise license server to aws using lift and shit of aws. There are couple of license server softwares running on server which are tied to MAC address of server. Software's are in production and are heavily used.
Is there a…

Learner
- 1
0
votes
1 answer
Proxy or gateway between application and database server
We are going through implementing ISO 27001 processes we have a requirement of having a proxy server between the application and database server, can someone suggest an architecture and tools to use?

Pawan
- 123
- 1
- 5
0
votes
2 answers
Unix / Linux: backing up an app installation
I was having a discussion recently regarding the fact that *nix doesn't use things like a registry (in the Windows sense) and how this means that everything related to an application (or anything for that matter) sits directly in the…

LRE
- 645
- 7
- 16
0
votes
0 answers
How to fix "The requested address is not valid in its context" for a windows executable?
I am trying to run a self-compiled windows application on windows 10 in powershell (with and without admin rights) which need access to a network adapter at address 192.168.200.6 so I run it as
.\my_app.exe 192.168.200.6
but I get an error
[ERROR]…

Alex
- 105
- 1
- 2
- 12
0
votes
0 answers
Resolve variables in .desktop
I'm trying to make a link to open a browser window using a .desktop file, opening to a webserver on the same box.
I'm currently doing this through:
Exec=browse http://localhost
This seems to work great, except I want to use the box's own hostname;…

Snappawapa
- 101
- 4
0
votes
1 answer
Free up space on C drive Server 2016
I have a server running Server 2016 and the C drive is getting full. This server's only role is to run an accounting program (MRI) that requires SQL Server. I have two SQL Server files in the download folder and I was wondering if I can move these.…

Platinum Goose
- 115
- 4
0
votes
0 answers
Adding image to video in python with flask
I can add pictures to the video in the normal python editor. When I write the codes for flask, the video works but the pictures I added are not visible.
from flask import Flask, render_template, Response
from camera import VideoCamera
import…
0
votes
1 answer
How can I get an alert me if ping is not sent from windows service I created?
Let me explain the problem. I created a windows service that should run a method every minute, but it seems to fail at random times for an unknown reason. The application doesn't crash but some how a method in the program stops working correctly.
I…

user1605822
- 19
- 2
0
votes
2 answers
Purpose of Selenium in load testing
What is the role of Selenium in load testing a webpage if it cannot generate 200 or 300 requests?
I understand, the client side automation can be done. But how do I test my web application for a real environment for 1000 or 2000 concurrent…

Vinayak
- 73
- 7
0
votes
1 answer
Add custom exe app to windows image
Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD?
//EDIT:
App is without installer - its just few files + executable

Johny Wave
- 11
- 1
- 5
0
votes
0 answers
trouble passing variable arguments list in powerhsell
Looking to build a small package for deploying Project 64 bit click to run version. I want to use MECM
Install files get copied to somewhere in c:\windows\ccmcache\*
$fire_off_location = Get-Location #I use this to get current location of where…

lark2056
- 1
- 3