Just finished an MVC4 project and plubished it to a local folder.
I´ve uploaded it to my hosting but nothing happes.
Localy works fine: open the home.cshtml page, acess database, etc.
But published nothing happens.
Searching the web I´ve seen a few tutorials to how to do it. The basic dll files are in the bin folder:
System.Web.Mvc.dll
System.Web.Razor.dll
System.Web.Abstractions.dll
System.Web.Extensions.dll
System.Web.Http.dll
I did'nt change the route configuration.
Theres a default.aspx empty on the server, but none on my solution.
Do I need any other files?