I try set up an MVC 3 sup-application on IIS 7. Root app is a MVC 3 application too.
So, my root app runs on http://www.mysite.com – sub-app must be http://www.myapp.com/subapp
I think the problem is in web.config…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The application and sub application have to be running on the same version of .NET.
In addition, there is a parent/child relationship with the web.configs – so the child application will inherit the parents web.config unless told not to do so using ‘inheritInChildApplications’ in the configs.