1,701 questions
0
votes
0
answers
44
views
500.13 Error trying to upload Server Side Blazor app to windows 2012 server
I'm trying to run Blazor Server App on my Windows 2012 server.
I uploaded .Net v 8 hosting package (dotnet-hosting-8.0.18-win.exe), ran it and restarted the server
Manually compiled the program, ...
1
vote
1
answer
232
views
localhost:80 keeps switching to localhost:50822 when browsing Wordpress index.php
I'm using a windows 2012 cloud server and running multiple websites on IIS, including a Wordpress site. I'm attempting to set up another Wordpress site and have set everything just like the previous ...
0
votes
1
answer
47
views
WCF call fails when user is not in domain admin group
I have an application running on a server (Windows server 2012) that does a wcf call to another application running on a computer(Windows 10).
The wcf call fails everytime when the user running the ...
0
votes
0
answers
106
views
Access violation reading location : CryptProtectData
I'm trying to call CryptProtectData from the Data Protection API (DPAPI):
DATA_BLOB dataIn;
DATA_BLOB dataEncrypted;
BYTE *phrase = (BYTE *)plain.c_str();
DWORD length = strlen((char *)phrase) + 1;
...
0
votes
0
answers
70
views
Not getting any output of a query when hosted site on IIS server but it is running fine on windows powershell
How can this problem can be solved and there is permission granted to the account used to host the site on IIS server still not getting the query the query is for finding something in AD directory
1
vote
1
answer
130
views
PowerShell script won't run as local user or administrator
I have a very small PowerShell script to reboot a given service. Unfortunately, I'm unsure why it's not working properly. It is executable, but it won't stop the requested service; neither is it ...
0
votes
0
answers
476
views
AWS 'Amazon MQ' - Rabbit MQ error: The client and server cannot communicate, because they do not possess a common algorithm
I implemented a connection to my aws rabbit mq service with the c# RabbitMQ.Client.
This connection works very well on my local machine. But when i publish my app to my iis server, running on Windows ...
0
votes
0
answers
135
views
service accounts in windows server 2016
i got a windows service running for an application in windows server 2016 server.
lets say "abcd " service.
service runs good. but if i restart the server = service fails to start and when i ...
0
votes
1
answer
203
views
How to deploy selenium project in .NET core to a windows Server
I have a Selenium Project to test the overall UI performance of another project, it's all working fine locally. The issue now is the deployment. Since the testers who will use it would not be running ...
0
votes
0
answers
2k
views
Cannot get .Net Framework 4.8 to install on Windows Server 2012 Standard
I am currently running .Net Framework 4.7.03062 on my Windows 2012 Server. I ran the Offline installation of Version 4.8. It finished and said that version 4.8 was installed. When I look at the ...
0
votes
1
answer
85
views
Server Resources Overloaded by C# Script
I have a program that runs on a Terminal server. The server has roughly 40 thin clients.
The program's core function locks the desktop icons in a specified layout, and if they are moved, they will &...
-1
votes
1
answer
973
views
I can't connect to AWS EC2 Windows Instance from WinSCP (local laptop machine)
I used the same security group and ACLs for the Amazon Linux instance, and it worked. I then added a 22 port number to the firewall of the Windows server, but again it failed. I then turned off the ...
0
votes
0
answers
150
views
Intermittent connection errors to Windows SQL Server
At random times users will get the message below:
"ERROR SqlServerHelper:759 - Unexpected exception
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host *******, ...
0
votes
0
answers
1k
views
File element in parameter 'null' already exists: in Wildfly deployment
I have deployed my code on Wildfly app server. I am using MultipartFile's transferTo() to transfer the uploaded zip file to destination location.
MultipartFile.transferTo(File);
I am getting ...
0
votes
0
answers
335
views
Visual Studio and IIS Web Deploy URL + Multi-homed server
I have an IIS Server that is multi-homed, i.e. two IP addresses, bound to two different web sites. I just set up the second web site with a test page for now. Everything works as expected, i.e. can ...