python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to connect MS SQL Server installed in EC2
I have an t3.xlarge instance on EC2. In this EC2 I have installed the SQL SERVER
2019 Express with Advance Option to runs the SSRS. I can successfully connect this SQL Server with my non-AWS local are...
him
Votes: 0
Answers: 0
How can I block IP addresses through Windows Firewall with C#
I have a C# application to block an website. And this is my code:
blsite.StartInfo.FileName = ("powershell.exe");
blsite.StartInfo.UseShellExecute = false;
blsite.StartInfo.Arguments = "...
TrHH
Votes: 0
Answers: 0
Error. The requested URL was rejected. Please consult with your administrator. When calling wsdl service
I am trying to connect to a wsdl service trought my network to the internet, and getting The requested URL was rejected. Please consult with your administrator. Your support ID is: 1340324954299345944...
Dovannys
Votes: 0
Answers: 0
Connecting to azure service bus from local windows 10 box failing
I have an HTTP trigger / Azure function that tries to write to a service bus. WHen I try to trigger locally via POSTMAN, this is the error I get in VSCODE:
[2022-02-25T17:47:27.426Z] Executed 'mytest...
dot
Votes: 0
Answers: 1