I have uploaded my website on the server but it says resource not found. I also tried adding /Home and /Home/Index
Following is the url for my website :-
I have uploaded my website on the server but it says resource not found. I also tried adding /Home and /Home/Index
Following is the url for my website :-
It could be that MVC is not installed on the server. See these notes about doing a BIN deploy (basically copying the MVC runtime dlls into the bin directory).
http://haacked.com/archive/2011/05/25/bin-deploying-asp-net-mvc-3.aspx
The new AddDeployableDependencies
functionality is pretty cool!
EDIT: Another possibility is that the IIS installation is somehow corrupted or the web.config
has errors. See all the different answers to this question for more: Can't run ASP.NET MVC 2 web app on IIS 7.5
What is the default file that is executed? Maybe you should add your homepage file to the list in ISS? Default.aspx should be in there as default.