Localhost not working in chrome and firefox

前端 未结 12 1110
你的背包
你的背包 2020-11-28 08:45

I am doing a web project using visual studio 2010(MVC3 Razor) and Windows 7.

My default browser is IE. When I run the project, the website working is perfectly with

12条回答
  •  离开以前
    2020-11-28 09:23

    If you are using windows system:

    please check the file

    C:\Windows\System32\drivers\etc\hosts

    and add line such as:

    127.0.0.1 localhost

提交回复
热议问题