I have recently installed Visual studio 2017.I have a web application in Asp.net core MVC. When i start it, it runs fine but "localhost is currently unable to handle this request" error comes.

I thought there is any run time exception in my code. I debugged the code from controller to view to layout page but there was no any error in my code. Then i saw my request using fiddler but i found nothing helpful.

I googled and tried many solutions but these solutions did not work for me.
My colleagues also have this project with same code but it is working fine on his machine. We both tried to figure out the difference and what we have found that on his machine, there is only visual studio 2017. But on my machine i have VS 2017 and VS 2015 as well. I can't uninstall VS 2015 because i have to work on a legacy project which was built on VS2015.
I did not find any issue related to my code. Is it a problem in VS 2017? Any solution for this issue?