As per apple notification, https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/ I am trying to upgrade my server side push notification code into standard .net farmworker 4.6.2 to support HTTP/2 and TLS 1.2 based request. Below is the peace of code which I am trying: public async Task<ApnsResponse> PushMessage_Http2(string Title, string Message, string DeviceToken, string Badge, [...] read more
On a Windows 2008 R2 IIS 7.5 with an ARR and URL Rewrite running on port 80th On the same server Apache on port 10000 is running (had not taken 8080 by design). IIS forwards all inquiry going on / cp1 on to Apache (reverse proxy). On the Apache run [...] read more
The Azure Web generates an HTTP Error 502.3 - Code 0x80072f7, the specified CGI application encountered an error and the server terminated the process. * Regular ASP.NET Core code * Use of Dependency Injection inside the code * no error during the build on an Azure Pipeline * 2 pages [...] read more
I have a IIS 8 on a server where some sites are hosted. I want to call my ASP.NET App which should not be hosted as a site in my IIS, but it should be reached over localhost:5001 on the IIS server. To achieve that I created a site in [...] read more