I have created Umbraco 7 MVC site and deployed it to IIS. So the URL goes like eg: www.mydomain.com. In a sub directory i have hosted a separate MVC web site. so the URL goes eg: www.mydomain.com/MVCApplication.
When I tried to access sub application URL; It gives
Could not load file or assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
So i added this dll to my bin folder which is in sub directory. Then it prompts another error
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
It seems sub application trying to read root folder dlls or root web.config. Umbraco site is working fine. When i removed the umbraco site, sub application works. Any idea please?