i have a problem running on iis 7.5 mvc 3 razor.windows 7
My problem is when i browse the application.
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed,
or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Test1/login.aspx
I know it has a problem in the document or the default page .
mariasophiai...
Member
45 Points
50 Posts
mvc 3 deployment
May 11, 2012 06:27 PM|LINK
HI guys,
Good day
i have a problem running on iis 7.5 mvc 3 razor.windows 7
My problem is when i browse the application.
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Test1/login.aspx
I know it has a problem in the document or the default page .
many thanks,
jho
mvc
ignatandrei
All-Star
134843 Points
21605 Posts
Moderator
MVP
Re: mvc 3 deployment
May 12, 2012 04:34 AM|LINK
1. In MVC you do not browse to views, but to actions
2. The view exists?
3. The Test1 is the virtual dir or an folder in the project?