I have an application that runs on a shared hosting website - it is running ASP.NET MVC, however one of the folders within the application, /community/, is just a standalone message board application (Invision Power Board), running in php.
I keep getting problems with the web.config from the asp.net application trying to apply itself to the php application. Can I tell it to somehow ignore the folder with the php application?