When I deploy web application to sub directory on MVC site, i got this error.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
How to resolve this problem ?
In my IIS: https://ibb.co/jp1iQa
My website with ASP.NET Web Application: https://ibb.co/dRYV5a
Thank.