I\'m working on asp.net web project. When I run the project, It works correctly. But In server, I got the following error. How to solve this problem?
Using theme
For me the cause was missing the PrecompiledApp.config file on the live server since I pre-compile sites before uploading.