I have implemented a MVC3 web application that works in Visual Studio.
http://localhost:1234/Home/Index This is the home page that works.
I have deployed in IIS 7.0 and keep seeing
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Can someone please guide me what needs to be done? I have copied MVC3 dlls along with the application too.
http://server_host_name/application_name/Home/Index
Theapplication_name
being the name of the application in IIS. – M.Babcock