Hi
I should have selected the folder called Classified in order to load it properly. I'm used to using Visual Studio where you tend to choose a .sln file to load a project. At least I know what to do in order to load a site properly now :)
When I ran it for the first time, a message loaded to say that I needed to Install Web Pages 1 which I installed. Of course, we are on Web Pages version 2 now.
Anyway, once it was running, I clicked on REGISTER in the navigation but got this error. Should I expect this ? :-
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Most likely causes:
The directory or file specified does not exist on the Web server.
The URL contains a typographical error.
A custom filter or module, such as URLScan, restricts access to the file.
Things you can try:
Create the content on the Web server.
Review the browser URL.
Check the failed request tracing log and see which module is calling SetStatus. For more information, click here.
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL
http://localhost:27738/Account/Register
Physical Path C:\Chapter3\Chapter3\Classifieds\Account\Register
Logon Method Anonymous
Logon User Anonymous
Request Tracing Directory C:\Users\Matthew\Documents\IISExpress\TraceLogFile s\CLASSIFIEDS
More Information:
This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.
View more information »