views:

30

answers:

0

Is there any reason why this configuration should not work?:

  • parent application (A) is a closed (uneditable) ASP .NET 2.0 application in IIS 6.0
  • an ASP .NET MVC 2.0 (B) application installed in a subfolder of A; however the MVC application CANNOT be set as an application in IIS as A will then not pass security information through

I have worked out that authentication nodes in B’s web.config have to be stripped out. Also, I know of the application mappings that are required to get MVC routing working in IIS 6.

What else needs to be done to fire up the MVC part from A without recompiling A? Are there any differences if the web server was IIS 5.1.