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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -