Localhost not working in chrome and firefox

前端 未结 12 1129
你的背包
你的背包 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:10

    I found that when I had this issue that I had to delete the application.config file from my solution. I was pulling the code from co-worker's repository whose config file was mapping to their local computer resources (and not my own). In addition to that, I had to create a new virtual directory as explained in the previous answers.

提交回复
热议问题