Setup And Getting Started Forum


Help me to execute MvcCms.Web

 
this is my first trying to work with MvcCm.

i want to execute the MvcCms.Web, but there are 3 files to browse, and there are no first start page like default.aspx or index.aspx.

why i can browse the sample web applicaton?
---
6 months 4 days ago by taymaz

Replies

Reply posted by jon 6 months 3 days ago View Branch And Reply
Basically Mvc3 no longer creates a default.aspx...

http://stackoverflow.com/questions/3782268/asp-net-mvc-3-no-default-page


If you are viewing it in Visual Studio I usually start the project by right clicking FireFile.aspx and choosing browse with. Then I can navigate to the root localhost:4342.

In my copy I am now using iis express and seem to like it better than the web server built into studio and will move the project to use that by default soon.