What to do when my DNN site issues "directory '/App_ANYTHING/' is not allowed" error?
Please check if file PrecompiledApp.config exists in the application folder. This file tells the compiler the application is precompiled and not supported to run APP folder. Just remove this folder and the site will work. Also remember to force recompilation by editing web.config (just open and save the file).
Add Your Comments