ASP.Net MVC4 configuration error after installing MySQL Connector .NET

前端 未结 7 1766
独厮守ぢ
独厮守ぢ 2020-12-14 09:20

I\'m creating a MVC4 web application project.When i\'m using empty project and simply run it on browser it works fine.But the problem is when i\'m trying to create a Interne

7条回答
  •  醉话见心
    2020-12-14 09:57

    There is another solution: I manually opened machine.config and commented out section (it's almost on the bottom of the file). Save it as the administrator and violá. It works.

    Solutions using sitemaps are intact without having to touch them and my solutions where I need to use the MySQL connector work as expected as well.

提交回复
热议问题