I searched alot among tutorials but I'm so confused now.
- I Created an ASP.MVC3 application with VS2010 named tile-shop2,
- installed IIS7,
- 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 place that application is created (document, Visual Studio 2010, Projects, ...)
- in VS2010, right clicked on the name of project and clicked Publish,
- in VS2010 in Project menu => tile-shop2 properties => Web => Servers => ticked Use Local IIS Web server
when I run VS I see this window:

and when in browser searched localhost/tile-shop2 I see list of directoris in Solution Explorer, and when I click on one of them, Error 404.8 appears. (I run aspnet_regiis and IIS7 works itself) Can anybody please tell me what is wrong here? Thanks so much