Forward IP Addresses – NGINX and IIS
We have a working NGINX redirecting our external users to our IIS server. The problem is that the IP seen by the IIS is the NGINX machine, not the IP from external users. Our logs are full of "10.0.0.2" IPs…
We have a working NGINX redirecting our external users to our IIS server. The problem is that the IP seen by the IIS is the NGINX machine, not the IP from external users. Our logs are full of "10.0.0.2" IPs…
I have a problem with an old application in asp.net. This application runs on a server with windows server 2012 and is used by hundreds of people at the same time (same app but which is pointed to by different…
I have a Webforms (ASP.Net) application which is trying to get a accesstoken from office365. I succesfully get the token running the Website in IIS Express in Visual Studio (2019). Running the website in IIS, i get the error "Request…
Has anyone found a solution, how to display a message in the browser every second using PHP? Until now, I've always used the following code, which worked fine on my server running IIS 6: <html> <body> <?php for ($counter =…
I have an ASP.NET & Angular application running on IIS on Windows Server 2019. After I moved the application to another server, I started receiving "No Connection with that ID" errors, so some critical functionality of the application is not…
I'm not an expert in cyber security and exploits. I need help figuring out if my app is vulnerable and in what way. Let's assume I'm an idiot (and I'm not to this extent), and I leave the possibility for…
I have an ASP.NET MVC Framework (.NET Framework 4.7.2) Web App. Right now it runs on IIS Server and uses the MS SQL database. A huge part of business logic and website itself was written years ago by another company.…
I was trying to change my Angular 8 meta tags dynamically for facebook sharing. I have the back-end API on C#. But I could not found any solution anywhere except the option of converting the existing app into server-side. So,…
I have a website users can create files that are stored for them as PDF's. I want to block direct access to those files for the general user but still allow direct access for the admin. So that random users…
I would like to connect 100000 SignalR users to IIS (Windows Server 2016). Everything works fine until around 16000 connections. Then I start to receive this error: Only one usage of each socket address (protocol/network address/port) is normally permitted Here…