Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
73 views

I'm trying to make HTTPS requests to a remote API (JobTeaser) from a .NET 4.6.1 application running on Windows Server 2012 R2. The API requires TLS 1.2, but my requests fail in production with: The ...
Mathlan89's user avatar
0 votes
2 answers
198 views

I'm trying to run a remote command using Invoke-Command over WSMan in PowerShell on my local machine. Here’s my test script: $server = 'localhost' Invoke-Command -Authentication Negotiate -...
Victor Sanchez's user avatar
0 votes
0 answers
175 views

It has been a while since I've used PowerShell scripts, but we are trying to automate a process for an older software system in a market that is a few timezones removed from our normal IT crew's ...
KJR's user avatar
  • 1
0 votes
0 answers
70 views

I have a .NET 4.5 web application hosted on IIS 8.5 running on win 2012 R2 server. I can access the web application over wifi, but some folks cannot. They can access web application only when they are ...
joegreen's user avatar
  • 183
0 votes
1 answer
482 views

I have two servers running Windows Server 2012 R2. I have a SharePoint farm installed on these servers, with one dedicated to SQL and the other to applications. I need to upgrade only the operating ...
Muhammad's user avatar
1 vote
0 answers
155 views

So, we were trying to use SignalR with ASP.NET, but because ASP.NET is no longer supported, and we have not moved to CORE yet, we needed a way for the servers to communicate. This brought us to ...
Ian's user avatar
  • 11
0 votes
0 answers
31 views

Our classic ASP (not ASP.NET) website is taking 10 seconds to initial display and we're trying to make a case to our web host that it is something in their settings that is causing this delay. As a ...
user1848767's user avatar
0 votes
0 answers
103 views

I have a webapi in C# and use JWT authentication in Windows Server 2012 R2 with IIS 8.5. This webapi works fine in others servers (with IIS 10), but when I call in IIS 8.5 return the message "An ...
Daniel Sousa Lima's user avatar
1 vote
2 answers
3k views

The program I wrote in c# works fine in local (windows 10) but on my server it gives the error "Request aborted: Failed to create SSL/TLS secure channel." . my server is windows server 2012 ...
İlker ÇİMENCİ's user avatar
0 votes
1 answer
81 views

When using Azure Resource Mover moving a 2012r2 standalone server to a differernt region all the supporting resources have been moved successfully except for the vm itself. Error generated: Ensure the ...
bacjac38's user avatar
0 votes
0 answers
27 views

I am re-platforming an ASP.Net site onto Server 2012R2 using .NetFramework 2 and WOW64. I have had everything running just fine until something changed during the licensing of a 3rd party component-...
Rob Allan's user avatar
0 votes
0 answers
87 views

My problem in short is when I run os.walk() I get an accurate list of files, but when I try getting information about those files like their last modified date, file size or even just try open() with ...
sanigirl's user avatar
  • 601
1 vote
1 answer
3k views

Recently Cybersource updated their cypher suites and TLS to the 1.2 TLS and the following cipher suites: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp256r1 (eq. 3072 bits RSA) FS 256 ...
Matt's user avatar
  • 1,196
1 vote
1 answer
598 views

The project is using Asp.net mvc web application framework. Recently, We get alert that IIS worker processes behaviour is suspicious and website was get down. The website deployed on Windows Server ...
Shan Mughal's user avatar
0 votes
0 answers
232 views

I have an asp.net project that is deployed on a windows server 2012 R2. From time to time I get an error in chrome This site can't be reach. 'Website' took too long to respond. I have a good internet ...
Alex's user avatar
  • 81
0 votes
1 answer
498 views

Is there a way to setup multiple sites on 1 Windows IIS server, where each site has the same binaries/code (same functionality), but different web configs, without making duplicate copies of the same ...
johncougar's user avatar
-1 votes
2 answers
1k views

I currently have an existing ASP classic app connecting just fine with this code: Set server = Server.CreateObject("ADODB.Recordset") server.ActiveConnection = "dsn=[name in ODBC Data ...
Wilhelmina Lohan's user avatar
1 vote
1 answer
917 views

I'm fairly new to Azure and need to create an Azure application to authenticate against for a script which connects to Exchange Online (EXO3) and collects all Exchange Distribution Lists for a client. ...
Banjaxt's user avatar
  • 59
2 votes
0 answers
329 views

I have deployed a django application using nginx. These are the nginx configurations I configured. **c:/nginx/sites-available/project_nginx.conf & c:/nginx/sites-enabled/project_nginx.conf ** ...
Lucas Mgana's user avatar
0 votes
1 answer
335 views

I would like to synchronize the User Location of a AD user between local AD and Azure AD. I found out that the local AD attribute msExchUsageLocation will overgive the information to User location in ...
Baku Bakar's user avatar
0 votes
2 answers
3k views

I'm getting an error on launching PGadmin4 right after installing "postgresql-12.14-1-windows-x64" on Windows Server 2012R2 Build 9600. I've tried installing PostgreSQL without pgadmin and ...
pvntim's user avatar
  • 1
1 vote
3 answers
4k views

What am I doing here? I keep getting Register-ScheduledTask: The parameter is incorrect. I tried different combinations but same problem! I'm running PowerShell 4 on WinServer2012 and as System. This ...
noobie's user avatar
  • 670
0 votes
1 answer
117 views

I'm trying to install DFS on a Windows 2012R2 instance in GCP. The instance has a startup script, and in the startup script, it does this: $code = ' Write-Host "Setting up DFS Replication for ...
Jack McCauley's user avatar
3 votes
0 answers
1k views

I have 30+ Windows 2012 r2 servers, each with 30+ Zebra printers installed. I want to be able to use PowerShell import (and export) the human readable .DRS files that can be generated with the print ...
casewolf's user avatar
  • 324
0 votes
0 answers
341 views

We host several applications under IIS and each of them have the ability to upload resources. We have a few clients who wish to increase their storage allocations which is not an easy task given these ...
Sami.C's user avatar
  • 751

1
2 3 4 5
31