S
Siggy
Hi I am struggling with a VERY basic problem...
I am using VS2008 and creating a default MVC Web Application.
I then add one additional view "Index01" with the corresponding controller.
I run the app using the F5 key and all three views display correctly ie
Index, Index01 and About (Home is equivalent to Index).
However when I deploy to my local C:\Inetpub\wwwroot\TestMVC then only the
default Index page is displayed the rest give an error "The page cannot be
found" HTTP 404 - File not found error.
Now I am not applying any security, I am allowing anonymous and surely the
Index page has the same security settings at the other 2 pages.
I have tried using the "Publish Web" function as well as creating and using
an "Setup and Install" project.
Help more from not pulling out my last hair please!
I am using VS2008 and creating a default MVC Web Application.
I then add one additional view "Index01" with the corresponding controller.
I run the app using the F5 key and all three views display correctly ie
Index, Index01 and About (Home is equivalent to Index).
However when I deploy to my local C:\Inetpub\wwwroot\TestMVC then only the
default Index page is displayed the rest give an error "The page cannot be
found" HTTP 404 - File not found error.
Now I am not applying any security, I am allowing anonymous and surely the
Index page has the same security settings at the other 2 pages.
I have tried using the "Publish Web" function as well as creating and using
an "Setup and Install" project.
Help more from not pulling out my last hair please!