Reputation: 2308
I am no longer able to connect to my Asp NET mvc 4 application running on IIS7.5
I have made no change at all and after a computer restart I am getting:
Erro 101 (net::ERR_CONNECTION_RESET)
I am trying to access it from localhost. The application still been developed so I don´t understand why it is happening.
Following instructions I have already done:
Is there somenthing else I should look at??? Thanks
Upvotes: 0
Views: 2229
Reputation: 2308
Found the solution.
For some reason I have might removed the localhost certificate used in the application.
I created a new self-signed certificate, and added it to IIS. Last step was to add this certificate in the application SSL configuration.
That´s all!
Upvotes: 3