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 :-
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
AddDeployableDependenciesfunctionality is pretty cool!EDIT: Another possibility is that the IIS installation is somehow corrupted or the
web.confighas errors. See all the different answers to this question for more: Can't run ASP.NET MVC 2 web app on IIS 7.5