Joomla in Windows is catching my access to a Virtual Directory where I placed my MVC application

Posted by Romias on Server Fault See other posts from Server Fault or by Romias
Published on 2012-12-12T14:28:31Z Indexed on 2012/12/12 17:07 UTC
Read the original article Hit count: 192

Filed under:
|
|

In our windows hosting we use the root (wwwroot) folder to host a JOOMLA website as public website. This is running IIS 7.

Then, we created a virtual directory called "App" to host there a ASP.NET MVC4 application.

When I enter www.mydomain.com it shows the joomla website correctly. When I enter www.mydomain.com/App/ it somehow access my MVC app... as I see the URL changing to www.mydomain.com/App/Account/LogOn?ReturnUrl=%2fApp%2f BUT shows a 404 Joomla error as if it were looking that URL in Joomla.

BTW, the hosting has 2 ASP.NET IIS Setup options: 4.0 Classic and 4.0 integrated. Using the Integrated one... it displays a blank page... using the classic one shows the 404 Joomla page.

Any idea where to look for this?

© Server Fault or respective owner

Related posts about iis

Related posts about joomla