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:
- install IIS7
- create my projec in visual studio 2010
- in IIS7 manager in Default Web Site section created a new app named tile-shop2 with ASP.NET V4.0 Application pool, and Physical path is the in wwwroot in inetpub
- publish project in wwwroot folder
- in VS2010 in Project menu => tile-shop2 properties => Web => Servers => ticked Use Local IIS Web server
What else should I do to see project on other computers? and can I see it in both windows and mac?