App Service returns nothing but no changes done

60856927 66 Reputation points
2025-01-11T17:29:03.54+00:00

I have Azure App Service (NET 8) running some APIs and few static pages. All worked well for months. Today I noticed that all APIs and pages stopped to work. At request (both to API and static pages) it returns 200 with empty response.

Local debug works well - APIs and pages response correct.

Nothing changed in the service. I restarted it several times but it doesn't help. I did Republish few times but result is the same - 200 with empty response.

On Azure portal nothing indicates about a problem.

Here is URL example that should return data: https://gamingwebapp.azurewebsites.net/api/Ads/GetIndieAds

In Application Event Logs I found:

Category: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer
EventId: 0

Unexpected exception in static IISHttpServer.HandleRequest.

Exception: 
System.MissingMethodException: Method not found: 'System.Nullable`1<System.Net.Security.TlsCipherSuite> Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature.get_NegotiatedCipherSuite()'.
   at Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer.IISContextFactory`1.CreateHttpContext
   at Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer.HandleRequest(IntPtr pInProcessHandler, IntPtr pvRequestContext)

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,247 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. 60856927 66 Reputation points
    2025-01-11T20:16:12.2433333+00:00

    Solved the problem by removing SignalR nuget.


  2. Bhargavi Naragani 410 Reputation points Microsoft Vendor
    2025-01-27T15:19:12.0133333+00:00

    Hi @60856927,
    Welcome to the Microsoft Q&A Platform!
    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer.

    Solution:
    Solved the problem by removing SignalR nuget.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.