Hello, my chapter 5 module has been set up and built error-free. Before going further, I would like to see how this membership module works under a web browser.
I've set up a Web Site for it in IIS 7 with all the neccessary files (published the project to inetpub/wwwroot. The path I supplied was c:inetpub/wwwroot/TheBeerHouse
as I viewed
http://localhost using the 'browse' command in the context menu of the IIS Website I got
404 message - The resource cannot be found. Am I missing something?
Right now:
under Views, I've got Shared and User sub-directories (I deleted the Home and Account - generated by VS 2008)
under Views/User, I've got all the .cs files up to Chapter 5
Under Controlllers dir, I have UserController.cs file only.
Under Models I have all the .cs and .dbml up to Chappter 5
I have no Unit Test
how do I go about to see this module works through a web-browser? Sorry if my question seems annoying cause I'm toally a newbie in this MVC matter. Thanks.