Greetings and thank you for your help.
I'm currently going through this demo: http://www.microsoft.com/web/post/create-an-aspnet-website-from-scratch and am running into a problem where I cannot go onto my localhost:xxxxx/_admin page (I get a 404 error)
Here are some details:
Module | IIS Web Core |
---|---|
Notification | MapRequestHandler |
Handler | StaticFile |
Error Code | 0x80070002
I do note that going to the file path: "C:\Users\Danny\Documents\My Web Sites\WebMatrixDemo\" _admin does not exist.
Can someone help me rectify this issue? |