views:

74

answers:

2

This is probably a pretty simple question, but I don't see how to view in browser like I would for a traditional asp.net application.

A: 

Just run the Visual Studio Project and it should open the application's Index view of home controller by default!

If you are talking about IIS file viewing, in IIS go to your application -> switch to content view -> go to default.aspx -> right click -> choose browse

Mahesh Velaga
A: 

If you're using Visual Studio, Ctrl + F5 to run without debugging and Cassini will take care of the rest (or do you mean from inside visual studio like you can with webforms)?

R0MANARMY