asp.net mvc - how to deploy a mvc4+EntityFrame6 applicatin to iis? -
I have a web application that uses mvc4 + Entityframework 6. It works fine on the local machine However, when I am creating a website on the production iis, all the files have been published, the site does not appear, it shows a 500 error.
If I enter a simple index.html file, give web.config something else, index.html Shows. It shows that the IIS is working.
Do I need to set any sequence on production?
Thanks
It has been found that the machine is a new machine and nobody Does not install asp.net 4.5 on that. Once it is installed and the MVC runtime (not sure it is necessary), it works fine.
Comments
Post a Comment