windows-server Questions
5
Solved
I am planning to deploy a web application built on spring boot in windows server.
I want to use tomcat container.
Can I deploy the spring boot fat jar directly or is it recommended to deploy the ...
Ph asked 12/8, 2016 at 0:43
1
How can I get full read access to the Security event log with a local account on Windows Server 2016
I have an application that creates new event sources in an event log on a 2016 Windows Server v1607. It is not known which names the sources will have. To archive this the account needs read access...
Umlaut asked 13/8, 2020 at 10:33
4
Solved
$wc = New-Object System.Net.WebClient
$DownloadString = $wc.DownloadString("http://www.example.com")
$HTML = New-Object -ComObject "HTMLFile"
$HTML.IHTMLDocument2_write($DownloadString)
Server sc...
Lebbie asked 19/9, 2017 at 19:0
5
Solved
I just got Windows Server 2012 Essentials installed and I would like to set up my dev web projects in IIS on the server. But I can't seem to find how to get to it? When I remote to the machine with...
Richers asked 7/7, 2013 at 8:29
2
Solved
I am trying to create a simple Docker host to try using containers for some .net projects.
I have setup a Windows Server 1803 host and installed Docker EE with powershell and it is running as a se...
Ecumenical asked 18/5, 2018 at 16:12
1
I want to run an old .NET application in a docker windows server container (https://hub.docker.com/r/microsoft/windowsservercore/).
Everything would be easy if this application didn't require an U...
Offshoot asked 19/1, 2019 at 12:40
1
As wfastcgi module is not compatible with Python 3.7, What is the best way to host a python flask application on a Windows Server?
Cause asked 6/10, 2019 at 21:42
1
Solved
I have been playing around with docker windows containers lately and I got to the point where I wanted to put some of the workload on a Windows Server.
But when I go to install Docker Desktop on W...
Jenniejennifer asked 7/8, 2019 at 19:40
2
Solved
Trying to migrate an existing working Silverlight application with WCF RIA services from IIS 6.0 to IIS 10.0 on Windows Server 2016 but the application fails returning 404 errors. When I install Vi...
Neutralize asked 24/10, 2017 at 18:0
3
Solved
I am working with a brand-new Windows Server 2016 virtual machine and I deployed an ASP.NET MVC Web API application on it using Web Deploy from Visual Studio 2017. However, I found that when I brow...
Tack asked 22/3, 2017 at 15:44
2
Solved
I'd like to know if I can run docker with a windows containers on windows machine without machine virtualization, like it is on Linux.
Because I have my whole environment running on windows machin...
Reata asked 21/6, 2016 at 16:19
4
Solved
I have been trying Windows Containers on windows server 2016 TP5. Suddenly I started getting error while running a container with port maping option -p 80:80
c:\>docker run -it -p 80:80 microso...
Becquerel asked 28/6, 2016 at 8:23
2
We have recently started using SQL Server 2012 SP3 and building the SQL server 2012 using a PowerShell script. There is a requirement in our automation process to run multiple database scripts on a...
Turnpike asked 15/6, 2016 at 2:17
0
I am looking for cmd command to list all user and client names connected to Windows server. This info can be seen at user tab of task manager but I need with cmd command. I can get user name but no...
Swayne asked 26/1, 2018 at 5:38
1
Solved
I am trying to build a container which would include a custom scheduled task.
This is my dockerfile:
FROM microsoft/windowsservercore
RUN schtasks /create /tn hello /sc daily /st 00:00 /tr "echo h...
Bullpup asked 7/2, 2017 at 8:32
4
Solved
I am trying to create and install a .NET app on a windows server that is always on, but I am running into problems. I have heard that I should not make it a Windows service (and would personally ra...
Dovetailed asked 13/5, 2011 at 2:15
2
Solved
I find it rather weird that there are no detailed step by step explanations on how to deploy your own Meteor webapp onto your own Windows server. Or maybe I'm just not able to use Google to find on...
Gillispie asked 20/11, 2015 at 14:35
3
Solved
I have windows server machine on GCE.Whenever I try to take remote or RDP into machine it is showing
The remote session was disconnected because there are no Remote Desktop License Servers availa...
Henceforth asked 16/11, 2015 at 8:40
1
Solved
I am trying to install Active Directory Federation Services on Windows Server 2012 but I keep getting this error:
THE TARGET MACHINE IS NOT JOINED TO A DOMAN
On the top you can see TARGET SERVER...
Resile asked 14/11, 2016 at 15:3
0
This is regarding the unresponsiveness of simple git commands when working on local repositories over a VPN. My windows user account (admin role) is a domain account that I use to logon.
I have so...
Curcuma asked 24/7, 2016 at 10:10
3
Solved
I work in a Windows environment and would prefer to deploy code to IIS. At the same time I would like to code in Python.
Having read that IIS can run fastCGI application, I went to the IIS site wh...
Ectoblast asked 6/9, 2008 at 4:26
4
Solved
I have problem about IF ELSE in Command Batch script...
In Notepad:
Code:
:CHECKACCOUNT
if /I "%user%"=="insertusername" ( GOTO :ACCOUNT ) ELSE ( GOTO :CHECKPASSACCT )
:CHECKPASSACCT
if /I "%pas...
Jiles asked 20/9, 2010 at 19:25
2
I have an C#, .Net 4.6.1 Windows Forms Application running on Windows Server Platforms (2008 or higher) which requires to be "Run as Administrator". Elevated privileges are required because the app...
Jerz asked 26/1, 2016 at 11:14
1
I am getting the below error when I try to start the container. This is a simple asp.net vnext web application. I am trying to host this inside docker container in windows server 2016. Please advic...
Forerunner asked 22/9, 2015 at 5:31
1
I want to know How to Forcefully Redirect the Error Page for HTTP 400 Bad Request Error in Windows Server HTTP.SYS or IIS levels ,As per my knowledge IIS supporting greater than 400 only,,
Is there...
Cutanddried asked 15/8, 2015 at 4:33
© 2022 - 2024 — McMap. All rights reserved.