ASP Project Webpage issue (MS Edge) - Can't Reach Page/Refused to connect

Reh23 0 Reputation points
2024-02-20T22:52:47.6566667+00:00

Good Evening, I have built an ASP.NET project in Visual Studio 2022. On the Server Machine, the following localhost link works fine in MS Edge: http://localhost:<#####>/<@@@@@@@@@@>.aspx The following full/public link works fine in Internet Explorer (although this not significant as we generally use MS Edge):
http://<ServerMachine>:<#####>/<@@@@@@@@@@>.aspx

User's image

However, the problem occurs when trying to open the full/public link in MS Edge i.e. : http://<ServerMachine>:<#####>/<@@@@@@@@@@>.aspx The following error occurs (ERR_CONNECTION_REFUSED):

User's image

I have hosted the Webpage on Internet Information Services (IIS). Could it be that a setting for the Application Pool or Site needs to be modified to eliminate this problem from MS Edge ? Suggestions would be appreciated. Regards

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2024-02-20T23:53:04.17+00:00

    As you are using a custom port, most likely it’s blocked on either or both the servers and clients.


  2. Reh23 0 Reputation points
    2024-02-22T09:45:12.8466667+00:00

    Thanks for the suggestions. Yes - it is a customer Port which I chose myself. If I may ask, why does the App work fine in Internet Explorer, but fails in MS Edge (ERR_CONNECTION_REFUSED)?