I deployed my asp.net mvc3 project on IIS7 in my computer. Everything is ok here and when I browse localhost in browser or run app in visual studui 2010 I can see my project, but in other computer when I searched localhost, I can't see it. I did this to deploy app on IIS7:
What else should I do to see project on other computers? and can I see it in both windows and mac?
localhost means current computer. So localhost from other computer would reach out to that computer. You need to access the website either using host-header or the IP address of the computer on which website is installed. E.g. http:///
But a host-header based solution would be better from production point of view. This article explains what is host-header it-notebook.org/iis/article/understanding_host_headers.htm