http://www.microsoft.com/web/post/web-development-101-part-9-deploying-your-site
Points of notice :
- Suggested site - cytanium is no longer free. I have used http://labs.discountasp.net/ for free hosting
Nathan
- HTTP POST is used (check this using Site->Requests)
- HTML form is used
- The server must identify the POST verb and process. Here it insert user inputs into a database
- cshtml file - HTML + C#\VB code
- Razor (layout reuse)
- Run cshtml file and _PageStart.cshtml is invoked autmatically
- Remarks :
- Note that class Title is NOT related to title , one could use Title1 instead
- WebMatrix supports external css file